Conversation
…nt from 5000 to 10000
…rs and to calculate all of the descriptors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix dashboard plots
Right now, the dashboard does not display plots from the generated
.csvfiles. To fix this issue, I rewrote old plotting functions fromjavascript d3topython plotly, which easier to understand/maintain.Right now, the function
dashboard_plot.pycan plot:In the future when we have more data, I will add more types of plots to the function.
Display model accuracy
To display the model accuracy, I first get a list of built models in the
ModelContainers. Then, I average the scores (accuracies, classification balanced rates, and Matthews coefficients) across the models and display them on the dashboard (top left corner, below the number of experiments).Note: There is the
class StatsModel; however, I don't think this model contains the information that we needed. Once Rui is done with his rec-system, we might have to discuss a systematic way to store the model data, and how to get them.Screenshot
Finally, here is the screenshot for the dashboard right now in my branch. Please comment below in this PR thread over the break; I will be sure to get back to you!