<Model>Statistics
allows access to the statistics of an sklearn.<Model>
. It is a convenience function that will collect a simple set of statistics.
Consider the same scripts shown in the model section, which fit and predict with the diabetes dataset. You may use the <Model>Statistics
to obtain the statistics of the model. This convenience functionality is provided out of the box, but we recommend that you customize how the model is interpreted to extract statistics.
Dummy
Run the script:
Ensemble
Run the script:
Run the script:
Linear model
Run the script:
Neural network
Run the script:
Tree
Run the script: