Alex-Lekov / AutoML_Alex

State-of-the art Automated Machine Learning python library for Tabular Data
MIT License
225 stars 42 forks source link

TypeError("unsupported operand type(s) for +: 'int' and 'str'") #34

Closed kaiserdan closed 3 years ago

kaiserdan commented 3 years ago

Is it intended that this error happens ?

  File "/home/../python3.7/site-packages/automl_alex/data_prepare.py", line 1050, in fit_transform
    data = self._clean_outliers_enc.transform(data)
  File "/home/../python3.7/site-packages/automl_alex/data_prepare.py", line 693, in transform
    feature_name = weight_values + "_Is_Outliers_" + self.method
TypeError: unsupported operand type(s) for +: 'int' and 'str'
Alex-Lekov commented 3 years ago

fix in version v1.3.10 thanks for noticing!. few people use zscore. I will add to my tests

Alex-Lekov commented 3 years ago

fixed https://github.com/Alex-Lekov/AutoML_Alex/releases/tag/1.3.10