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

Log More Information About Which Split Is Being Trained #124

Closed
ecsalomon opened this issue Apr 21, 2017 · 3 comments
Closed

Log More Information About Which Split Is Being Trained #124

ecsalomon opened this issue Apr 21, 2017 · 3 comments
Assignees
Milestone

Comments

@ecsalomon
Copy link
Contributor

ecsalomon commented Apr 21, 2017

Current logs are transparent about which splits are being tested but opaque about which ones are being trained. Add some information (e.g., start/end dates, lookback durations) about the split being trained.

2017-04-21 14:11:43,945 47821 INFO: Done with test matrix
2017-04-21 14:11:43,945 47821 INFO: Starting split
2017-04-21 14:11:43,946 47821 INFO: Checking out train matrix <-- [Train matrix info here?]
2017-04-21 14:11:43,990 47821 INFO: Checking out train labels
2017-04-21 14:11:53,110 47821 INFO: Training models```
@ecsalomon
Copy link
Contributor Author

It also might be nice to include a simple progress line when opening a new split (e.g., Starting split 8 out of 320).

@thcrock
Copy link
Contributor

thcrock commented Apr 21, 2017

Once #125 is done this will need to be updated (and we may just wait until that one is done to do this). The split may no longer be relevant, but task x out of y is definitely relevant.

@ecsalomon
Copy link
Contributor Author

I think it might be good to log perhaps the model-matrix combo being trained in a given job. Something like:

Training sklearn.ensemble.RandomForestClassifier/{'max_depth': 20, 'criterion': 'gini', 'max_features': 'sqrt', 'n_jobs': 5, 'n_estimators': 10000} uuid on matrix uuid.

Perhaps at the debug level if this would get too spammy.

@thcrock thcrock added this to the v0.4 milestone Apr 28, 2017
@thcrock thcrock self-assigned this Apr 28, 2017
ecsalomon added a commit that referenced this issue Apr 28, 2017
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