mljar / mljar-supervised

Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation
https://mljar.com
MIT License
3.06k stars 409 forks source link

## Error for 3_Default_CatBoost #281

Closed ijeffking closed 3 years ago

ijeffking commented 3 years ago

Bad value for num_feature[non_default_doc_idx=0,feature_idx=12]="This story is about a canoe float with grandpa. We had a great float trip with my dad but were saddened to realize how bad his Alzheimer's really is.": Cannot convert 'b"This story is about a canoe float with grandpa. We had a great float trip with my dad but were saddened to realize how bad his Alzheimer's really is."' to float Traceback (most recent call last): File "_catboost.pyx", line 1981, in _catboost.get_float_feature File "_catboost.pyx", line 1086, in _catboost._FloatOrNan File "_catboost.pyx", line 915, in _catboost._FloatOrNanFromString

pplonski commented 3 years ago

Duplicate #279