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

Statistical Machine Learning Model: WEKA #7

Open
coopie opened this issue Oct 27, 2015 · 3 comments
Open

Statistical Machine Learning Model: WEKA #7

coopie opened this issue Oct 27, 2015 · 3 comments
Assignees
Milestone

Comments

@coopie
Copy link
Contributor

coopie commented Oct 27, 2015

Using WEKA, we must have a comprehensive machine learning model.

@coopie coopie added this to the Sprint 2 milestone Oct 27, 2015
@coopie coopie changed the title Statical Machine Learning Model: WEKA Statistical Machine Learning Model: WEKA Oct 30, 2015
@kren1 kren1 mentioned this issue Oct 31, 2015
@kren1 kren1 assigned markezorvaldez and unassigned kren1 Nov 3, 2015
@kren1
Copy link
Contributor

kren1 commented Nov 3, 2015

Implement something like class . There is nothing there at the momement. But I imagined the interface be like train(...) where you do the actual training, then load() and save() so we can save the models to disk (Weka should have loads of methods to do that). Then we also need the actual asses(features) function, which is how we use the model.

The most important thing so the report how good the model is.

There should also be a user dependant model.

@kren1
Copy link
Contributor

kren1 commented Nov 3, 2015

#16 should be a good start for this

@kren1
Copy link
Contributor

kren1 commented Nov 5, 2015

This has changed significantly. I think we should just use the Weka GUI and get the ARF files in TBD way.

@coopie coopie modified the milestones: Sprint 3, Sprint 2 Nov 7, 2015
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

No branches or pull requests

3 participants