Commit Graph

3 Commits

Author SHA1 Message Date
Alexey Volkov 561622c9f8
chore(components): Added canonical location for some components (#6060)
* Components - Added canonical location for some components

* Fixed the component.py files
2021-07-15 21:28:12 -07:00
Alexey Volkov d15d0fe9fa
chore(components): Added missing annotations to my components (#5992) 2021-07-08 15:30:23 -07:00
Alexey Volkov c809fc866c
Components - CatBoost (#3844)
* Components - CatBoost

* Train classifier
* Predict class

* Added CatBoost converter components

* Added a sample pipeline

* Fixed bug

* Fixed the style

* Updated the converter components

* Added the Train_regression component

* Added the Predict_values component

* Added the Predict_class_probabilities component

* Added the additional_training_options input to the trainers

* Changed the output type of Train_classifier to CatBoostModel

* Ranmed Predict_class to Predict_classes

* Updated the sample pipeline

* Moved some components to the from_CSV subdirectories

* Updated the sample pipeline

* Fixed the sample

* Sample - Simplified the training data referencing

* Sample - Added training_data_for_classification calculation

* Updated a stale component.yaml file

* Fixed the input type

* FIxed the default loss function for the regression training

* Fixed the CSV reading in the predictor components

* FIxed the prediction_type

* Fixed the class predictions saving

* Update sample_pipeline.py

* Finalized the sample
2020-06-17 00:28:40 -07:00