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 logistic regression model #4

Closed
wants to merge 1 commit into from

Conversation

its-sushant
Copy link

Description

This pr is to add model training code and the trained binary for logistic regression model that is going to implemented on atarashi.

Files

  • train_logistic.py (Python file to train the model)
  • logreg (Binary file that is generated after training the logistic regression model)

How to train

For training the model run python path/to/train_logistic.py

To Do

Will raise pr for the agent that has been created locally on atarashi.

Notes

Test for the implemented model is done locally by creating the agent for logisticRegression on atarashi and the accuracy score that has been tested using evaluator.py is 63%

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

CC: @GMishx @hastagAB @ag4ums

@its-sushant its-sushant deleted the feat/model branch June 28, 2022 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant