Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AntoineToubhans/5acb998171849956d9a7b3eaabda2286 to your computer and use it in GitHub Desktop.
Save AntoineToubhans/5acb998171849956d9a7b3eaabda2286 to your computer and use it in GitHub Desktop.
experiments = pd.DataFrame([
{
"hash": model_commit.hexsha,
"message": model_commit.message,
"committed_datetime": str(model_commit.committed_datetime),
"committer": str(model_commit.committer),
**MODELS_PARAMETERS[model_commit.hexsha],
**MODELS_EVALUATION_METRICS[model_commit.hexsha],
}
for model_commit in MODELS_COMMITS
])
st.dataframe(experiments)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment