Also fixes issue with models not being appended to model_data after fitting
- What I did
Changed neural net query to look at unique values to determine whether the problem is a classification one or a regression one.
- How I did it
Taking value counts of the target due to string and float issues and used the length of that object.
- How to verify it
Run it
[ ] I updated the docs.
This pull request adds a new feature to Libra. @Palashio, could you please take a look at it?
Also fixes issue with models not being appended to model_data after fitting
- What I did Changed neural net query to look at unique values to determine whether the problem is a classification one or a regression one. - How I did it Taking value counts of the target due to string and float issues and used the length of that object. - How to verify it Run it
This pull request adds a new feature to Libra. @Palashio, could you please take a look at it?