mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-23 15:58:08 +00:00
Feature(Speed): Python launches faster by conditionally importing models. (#169)
* feat: Added optional import of models. * fix: Models weren't wrapped into abstract class, fixed it. * chore: Deleted leftover comments. * fix: Same merge commit as on remote. * fix: System wasn't putting in RF because there was no differentiation between RF as regressor and RF as classificator. * fix(Models): use the XGBoostModel wrapper Co-authored-by: Daniel Szemerey <szemereydaniel@gmail.com> Co-authored-by: Mark Aron Szulyovszky <mark.szulyovszky@gmail.com>
This commit is contained in:
co-authored by
Daniel Szemerey
Mark Aron Szulyovszky
parent
797d45d036
commit
31dc847be1
@@ -45,7 +45,7 @@ parameters:
|
||||
index_column:
|
||||
value: 'int'
|
||||
primary_models:
|
||||
values: [['LR_two_class'], ['SVC'], ['LDA'], ['KNN'], ['CART'], ['MNB'], ['NB'], ['AB'], ['RF'], ['XGB_two_class'], ['LGBM']]
|
||||
values: [['LR_two_class'], ['SVC'], ['LDA'], ['KNN'], ['CART'], ['MNB'], ['NB'], ['AB'], ['RFC'], ['XGB_two_class'], ['LGBM']]
|
||||
distribution: categorical
|
||||
meta_labeling_models:
|
||||
value: ["LGBM", "LR_two_class"]
|
||||
|
||||
Reference in New Issue
Block a user