-
Add NearestCentroid Classifier model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/classifier_config.py
Reference NearestCentroid Classif…
-
Add AdaBoostClassifier model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/classifier_config.py
Reference AdaBoostClassifier Implementati…
-
Add XGBoostClassifier model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/classifier_config.py
Reference XGBoostClassifier Implementation…
-
Add AdaBoostRegressor model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/regressor_config.py
Reference AdaBoostRegressor Implementation:…
-
file to refer : https://github.com/blobcity/autoai/blob/main/blobcity/utils/YamlGenerator.py
Currently after the module executes the generate `YAMl file` gets stored in API directory
de…
-
Add SGDRegressor model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/regressor_config.py
Reference SGDRegressor Implementation:
https://…
-
Add PoissonRegressor model into the library.
Primary File to Change: https://github.com/blobcity/autoai/blob/main/blobcity/config/regressor_config.py
Reference PoissonRegressor Implementation:
…
-
Add functionality to save and load a trained model by using pickle or Keras function for appropriate model type, i.e. either Sci-kit learn model or Tensorflow model .
file to refer : https://github…
-
video 12
![Edited 12- test the deployment](https://user-images.githubusercontent.com/54094367/111079973-cd4b3e80-8515-11eb-9446-5d52a90bbf0e.gif)
video 10
![Edited 10- promote to deployment an…
-
Our `lale.lib.lale` package has a [BaselineClassifier](https://github.com/IBM/lale/blob/master/lale/lib/lale/baseline_classifier.py) that simply predicts the majority class. Scikit-learn has a [DummyC…