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

Charting And Plotting #4

Open
aisobran opened this issue Dec 14, 2015 · 2 comments
Open

Charting And Plotting #4

aisobran opened this issue Dec 14, 2015 · 2 comments

Comments

@aisobran
Copy link
Owner

I pushed some charting code up as plotAcc.py. It will take all the test accuracy results and write them to charts. I think bar charts make a little more sense than the line plots as each accuracy is separated by team. I do want to use the line plots to make comparisons on continuous variables. I decided to remove the train accuracy because I don't think it adds to the chart.

I changed the distribution name to tendency in the chart. I think that makes more sense as it's the tendency of the team to either run or pass.

I think we should have a scoring in place to communicate these results in a better way. I think the score should be:
Score = (Model Test Accuracy - Team Tendency) * 100

Team tendency = max(E[play=pass], E[play=run])

This tells us how many percentage points better the model performs at predicting run or pass than the team's actual tendency to choose run or pass.

@aisobran
Copy link
Owner Author

Also lines 6, 19, 31 should be altered to match your chosen file names and file structure.

@aadithya93
Copy link
Collaborator

Even I have pushed a code svmPlot.py and the plots are stored in the svmResults folder. I am trying to plot mean over the years per team now. With that my analysis will be done.

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

2 participants