-
Add BernoulliNB Classifier model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/classifier_config.py
Reference BernoulliNB Classifier Impl…
-
Add RadiusNeighborsClassifier model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/classifier_config.py
Reference RadiusNeighborsClassifie…
-
Add HistGradientBoostingRegressorinto the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/regressor_config.py
Reference HistGradientBoostingRegresso…
-
Add Simple Perceptron Classifier model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/classifier_config.py
Reference Perceptron Implemen…
-
Add HuberRegressor model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/regressor_config.py
Reference HuberRegressor Implementation:
http…
-
Add ElasticNet model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/regressor_config.py
Reference ElasticNet Implementation:
https://gith…
-
Add LightGBMRegressor model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/regressor_config.py
Reference LightGBMRegressor Implementation:…
-
Add RadiusNeighborsRegressor model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/regressor_config.py
Reference RadiusNeighborsRegressor I…
-
Add PassiveAggressiveRegressor model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/regressor_config.py
Reference PassiveAggressiveRegress…
-
Add CategoricalNB Classifier model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/classifier_config.py
Reference CategoricalNB Classifier …