.. _f-competitions: module ``ml.competitions`` ========================== Short summary +++++++++++++ module ``ensae_projects.ml.competitions`` Compute metrics in for a competition :githublink:`%|py|5` Functions +++++++++ +--------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +======================================================================================================================================+================================================================================================================================================================================================================+ | :func:`AUC ` | Compute the `AUC `_. | +--------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`AUC_multi ` | Compute the `AUC `_. | +--------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`AUC_multi_multi ` | Compute the `AUC `_. | +--------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`main_codalab_wrapper_binary_classification ` | adapt the tempate available at `evaluate.py `_ ... | +--------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`main_codalab_wrapper_multi_classification ` | adapt the tempate available at `evaluate.py `_ ... | +--------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`private_codalab_wrapper_binary_classification ` | Wraps the function following the guidelines `User_Building a Scoring Program for a Competition `_. ... | +--------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`private_codalab_wrapper_multi_classification ` | Wraps the function following the guidelines `User_Building a Scoring Program for a Competition `_. ... | +--------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_projects.ml.competitions :members: :special-members: __init__ :show-inheritance: