opendataval.model#
Prediction models to be trained, predict, and evaluated.
Models#
Model
is an ABC used to take an existing model and make it compatible with
the DataEvaluator
and other related objects.
API#
|
Abstract class of Models. |
Provides access to gradients of a |
|
|
Factory to create prediction models from specified presets |
Torch Mixins#
|
Classifier Mixin for Torch Neural Networks. |
|
Regressor Mixin for Torch Neural Networks. |
|
Torch |
|
Gradient Mixin for Torch Neural Networks. |
Sci-kit learn wrappers#
|
Wrapper for sk-learn classifiers that can have weighted fit methods. |
Wrapper for sk-learn classifiers that can don't have weighted fit methods. |
|
|
Wrapper for sk-learn regression models. |
Default Hyperparameters#
Functions
|
Factory to create prediction models from specified presets |