niklib.models.estimators package#
Subpackages#
Module contents#
Contains any model/estimator that can be used for predicting values.
It could be as simple as an API for weighted average, a machine learning model such as SVM or RandomForest to super complicated neural network models such as ResNet. The name estimators is inspired by sklearn-estimator.
Submodules:
niklib.models.estimators.networks
: contains all the neural network models