feat(model): Add linearsvc agent#102
Conversation
hastagAB
left a comment
There was a problem hiding this comment.
The agent looks good to me!
Need testing @Kaushl2208
|
@hastagAB I think all PRs should have sphinx updates in them included or have we added this to github workflows ? |
|
Tested the PR, Changes seems to be working :) A small thing that we can look at a warning that popped up due to the change in version for unpickling the file with different versions: You can read about it from here: https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations Comments? @its-sushant @hastagAB @GMishx |
Is it happening because of old version of Please try fixing it to a working version using |
@Kaushl2208 Actually the model has been trained on |
82457bd to
58e2784
Compare
58e2784 to
0922a3f
Compare


Description
Added a agent for Linear Support vector machine model.
Files
How to use
Running linearsvc agent
atarashi -a linearsvc /path/to/file.cChecking accuracy using evaluator.py
python3 path/to/evaluator.py -a linearsvcAccuracy
The accuracy score that has been tested using evaluator.py is 63%
CC: @hastagAB @Kaushl2208 @GMishx @ag4ums @vasudevmaduri