-
Notifications
You must be signed in to change notification settings - Fork 50
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
Plan - WIP #85
Comments
I'm working on Data, can dive into whatever else once that's finished. Maybe Tpot ML. |
I'm working on Preprocessing |
I will work on Metalearning, maybe also optimizing Tpot ML. |
I'll work on the top level class, and Analysis and Visualization. I'll also be dabbling in each sub package to help the top level class work with them |
gonna close this issue in favor of issues + the project board |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CODING TODOS, IN ORDER OF IMPORTANCE/STATE OF NEGLECT - 10.2.2018
1. (tie) Heuristic-based Featurizer Selection - Qi
[given df, return a set of featurizers]
1. (tie) Top level class - Alex D
[given dataframe, give reports and final models] (+ generating final reports)
2. (tie) Featurization - Alex G
[given df and set of featurizers, featurize a df robustly]
2. (tie) Preprocessing - Alireza
[given featurized df, return an ML ready df]
Coming up with good methods for preprocessing and and feature reduction
3. Data - Daniel
[given a request for data, return a nice dataframe, citations, etc.]
Moving the datasets to matminer, adding to figshare, making sure all columns are numeric, making sure correct citation data is present, having all in json format
4. ML pipeline - Qi?
[given an ML ready df (or just X and y), return a model]
Checking defaults, adding or testing Neural network?
5. Analysis + Visualization + Interpretability - Daniel
[given a model and dataframe, return cool informative stats (and graphs)]
The text was updated successfully, but these errors were encountered: