Skip to content

Commit

Permalink
added stats scirpts
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Jul 15, 2024
1 parent af8c47a commit c5ef5be
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions analysis/Python_scripts/stats.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from utils import *"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"scores = load_matchms_scores() "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"avg_scores = scores[\"scores\"].mean()\n",
"avg_matches = scores[\"matches\"].mean()"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit c5ef5be

Please sign in to comment.