-
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
Analysis should produce summary and visualization as file #57
Comments
@albalu which class would this go in? Analysis? |
hard to tell because maybe someone won't call analysis but still interested in tpot results, we can define a to_file method for each class. |
ardunn
changed the title
organize the results and write to file
Analysis should produce file summary
Oct 2, 2018
ardunn
changed the title
Analysis should produce file summary
Analysis should produce summary and visualization as file
Oct 2, 2018
@albalu Might be nice if it output HTML, since HTML could present graphs and analytics in a nicely put together page (also we could leverage PlotlyFig to do this). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I like to look at some (preferably csv) file at the end that summarizes the results. It could be even excel file with different sheets such as featurize profile/summary, preprocess profile/summary and machine learning profile/summary. Then I will know for example at the end 100 cross-correlated features were removed in preprocess and such as such algorithms were tried and these are their scores and these features turn out to be the most important.
The text was updated successfully, but these errors were encountered: