Dlux804 / McQuade-Chem-ML

Development of easy to use and reproducible ML scripts for chemistry.
5 stars 1 forks source link

Some sklearn classification models not working with hyper-parameter tuning. #83

Closed dickeygh closed 4 years ago

dickeygh commented 4 years ago

Describe the bug SVM Classifier, linearSVC, and ada classifier raise errors when being ran with hyper-parameter tuning.

To Reproduce Run these models with tune=True in main.py.

Screenshots

SVM fail on tuning:

SVC fail on tuning part 1 SVC fail on tuning part 2

linearSVC fail on tuning: LinearSVC fail on tuning LinearSVC fail on tuning part 2

ada fail on tuning:

ada fail on tuning part 1 ada fail on tuning part 2