Skip to content
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 agent for logistic regression model #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

its-sushant
Copy link
Contributor

@its-sushant its-sushant commented Jun 24, 2022

Description

Added a agent for logistic regression model.

Files

  • agents/logisticRegression.py (Python file to run logreg model)

How to use

  • Running logisticRegression agent
    atarashi -a logisticRegression /path/to/file.c

  • Checking accuracy using evaluator.py
    python3 path/to/evaluator.py -a logisticRegression

Accuracy

The accuracy score that has been tested using evaluator.py is 63%

Screenshot from 2022-06-23 19-03-59

CC: @Kaushl2208 @GMishx @hastagAB @ag4ums @vasudevmaduri

@its-sushant its-sushant force-pushed the minerva-test branch 2 times, most recently from 3c5b9d1 to dd9577f Compare June 28, 2022 10:42
@GMishx GMishx added enhancement New feature or request Need review need test GSoC-22 Label to tag issues and pull request for GSoC 2022 activities labels Jul 2, 2022
Copy link
Member

@Kaushl2208 Kaushl2208 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, Needs testing :)

Will try and test it by weekend :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GSoC-22 Label to tag issues and pull request for GSoC 2022 activities Need review need test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants