Jamster3000 / Joan-smart-assistant

A smart assistant built purly in python. Uses different machine learning models to keep up speed and efficiency for lower resourced devices.
1 stars 0 forks source link

different model #16

Closed Jamster3000 closed 6 months ago

Jamster3000 commented 6 months ago

Consider using a decision tree or randomForest scikit-learn model instead of LinearSVC

Jamster3000 commented 6 months ago

No other model seemed to suit what I was trying to do better than the current LinearSVC