GeoscienceAustralia / uncover-ml

Machine Learning system for Geoscience Australia uncover project
Apache License 2.0
30 stars 20 forks source link

Diagnostics #92

Closed brenmous closed 4 years ago

brenmous commented 4 years ago

Adds ability to plot various metrics and diagnostics.

In 'notebooks/' there is a 'diagnostics' notebook - this demonstrates the available plotting features. The plots can also be drawn as part of running the 'learn' and 'predict' commands by setting the appropriate parameter to 'True' in the 'output' block of the config.

closes #87, closes #84, partially solves #79 (adjusted r^2 for crossval), closes #70