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

adding donow #340

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open

adding donow #340

wants to merge 1 commit into from

Conversation

mercye
Copy link
Contributor

@mercye mercye commented Aug 16, 2016

this donow was a good review of a lot of things -- like connecting to databases, splicing arrays, making decision tree classifiers, handling plots in matplotlib.

the most difficult thing for me is still connecting to databases, seamlessly. it requires some tinkering around before i know how to do it. i realized i am confused about whether 10 fold validation means 10 splits on the data that are then split into training and testing data sets OR five splits on the whole data set that are then split into training and testing.

i learned about .ravel() and the necessity of having your target array having only rows (x rows,) rather than being shaped like (x rows, 1) if you want to use cross_val_scores.

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.

1 participant