Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Dec 16, 2023
1 parent e930c11 commit 6f413e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mini_book/model_skill.ipynb
Expand Up @@ -117,7 +117,7 @@
"\n",
"**Unbiased Root Mean Square Error** (urmse) is the unbiased version of Root Mean Square Error. Since the bias is removed, it only captures the random error.\n",
"\n",
"For a complete list of possible metrics, see the [Metrics section in the FMSkill docs](https://dhi.github.io/fmskill/api.html#metrics).\n",
"For a complete list of possible metrics, see the [Metrics section in the ModelSkill docs](https://dhi.github.io/modelskill/api/metrics/).\n",
"\n"
]
},
Expand Down Expand Up @@ -329,7 +329,7 @@
}
],
"source": [
"c.plot.scatter(binsize=0.5, \n",
"cmp.plot.scatter(binsize=0.5, \n",
" show_points=False,\n",
" xlim=[0,6], ylim=[0,6],\n",
" title=\"A calibrated model!\");"
Expand Down

0 comments on commit 6f413e8

Please sign in to comment.