.. _f-perf2018: module ``hackathon.perf2018`` ============================= .. inheritance-diagram:: ensae_projects.hackathon.perf2018 Short summary +++++++++++++ module ``ensae_projects.hackathon.perf2018`` Compute the performance for the hackathon 2018. :githublink:`%|py|5` Classes +++++++ +------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | class | truncated documentation | +======================================================================================================+==========================================================+ | :class:`MLStoragePerf2018 ` | Computes the performances the a hackathon. | +------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`MLStoragePerf2018Image ` | Overloads *compute_perf* for images. Example of use: | +------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ | :class:`MLStoragePerf2018TimeSeries ` | Overloads *compute_perf* for timeseries. Example of use: | +------------------------------------------------------------------------------------------------------+----------------------------------------------------------+ Methods +++++++ +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | method | truncated documentation | +==============================================================================================================================+====================================================================================================================================================================================+ | :py:meth:`__init__ ` | | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_label_mapping ` | Computes the label based on a subfolder name. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_label_mapping ` | Computes the label based on a subfolder name. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_load_cached_performance ` | Retrieves performances already computed. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_load_cached_performance ` | Retrieves performances already computed. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_load_cached_performance ` | Retrieves performances already computed. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_load_ml_storage ` | Creates an instance of a `MLStorage `_ ... | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_load_ml_storage ` | Creates an instance of a `MLStorage `_ ... | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_load_ml_storage ` | Creates an instance of a `MLStorage `_ ... | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_save_performance ` | Saves cached performance. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_save_performance ` | Saves cached performance. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`_save_performance ` | Saves cached performance. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`compute_perf ` | Computes the performances for every image and one particular model. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`compute_perf ` | Computes the performances for every image and one particular model. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`compute_perf ` | Computes the performances for every image and one particular model. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`compute_performance ` | Computes the performance for the not cached one if *use_cache* is True. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`compute_performance ` | Computes the performance for the not cached one if *use_cache* is True. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :meth:`compute_performance ` | Computes the performance for the not cached one if *use_cache* is True. | +------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_projects.hackathon.perf2018 :members: :special-members: __init__ :show-inheritance: