Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (36 loc) · 1.26 KB

index.rst

File metadata and controls

53 lines (36 loc) · 1.26 KB

Welcome to mimic calibration's documentation!

This project is mimic calibration, one of calibration method for binary classification. This method was presented at NYC ML Meetup talk given by Sam Steingold.

.. toctree::
   :maxdepth: 2
   :hidden:
   :caption: Getting Started

   quick_start

.. toctree::
   :maxdepth: 2
   :hidden:
   :caption: Documentation

   user_guide
   api

.. toctree::
   :maxdepth: 2
   :hidden:
   :caption: Tutorial - Examples

   auto_examples/index

A quick start on how to use mimic calibration.

It provide detail information of mimic calibration. And describe the implementation.

API documentation of mimic calibration.

A set of examples. It complements the User Guide.