-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(model): Add linearsvc agent #102
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The agent looks good to me!
Need testing @Kaushl2208
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chanegs Looks good to me :)
Will Test 👍
@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.c
Checking accuracy using evaluator.py
python3 path/to/evaluator.py -a linearsvc
Accuracy
The accuracy score that has been tested using evaluator.py is 63%
CC: @hastagAB @Kaushl2208 @GMishx @ag4ums @vasudevmaduri