Skip to content

Note

Click here to download the full example code

Start - Report to Console

# mkdocs_gallery_thumbnail_path = 'images/example_thumnail.png'


import numpy as np

from krisi import score

print(
    score(
        y=np.random.random(1000),
        predictions=np.random.random(1000),
    )
)

Total running time of the script: ( 0 minutes 0.000 seconds)

Download Python source code: a_start_report_console.py

Download Jupyter notebook: a_start_report_console.ipynb

Gallery generated by mkdocs-gallery