.. _l-modules: Modules ======= .. contents:: :local: :depth: 1 Summary +++++++ +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | module | truncated documentation | +====================================================+========================================================================================================================================================================================================================================================================================================================+ | :ref:`__init__ ` | module ``ensae_projects`` Module *ensae_projects*. Compilation of materials for presentations. :githublink:`%|py|7` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``ensae_projects.automation`` Shortcuts to automation. :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``ensae_projects.challenge`` Shortcuts to challenges :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``ensae_projects.cli`` Shortcut to *cli*. :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``ensae_projects.datainc`` Shortcuts to data :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``ensae_projects.hackathon`` Shortcut to subfolder *hackathon*. :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__init__ ` | module ``ensae_projects.restapi`` Shortcuts to *restapi*. :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`__main__ ` | module ``ensae_projects.__main__`` Implements command line ``python -m mathenjeu ``. :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`blossom ` | module ``ensae_projects.challenge.blossom`` Source: https://github.com/koniiiik/edmonds-blossom/blob/master/blossom.py An implementation of Edmonds' blossom algorithm for finding minimum-weight maximum matchings. :githublink:`%|py|8` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`city_tour ` | module ``ensae_projects.challenge.city_tour`` Function to solve the problem of the `Route Inspection Problem `_. :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`competitions ` | module ``ensae_projects.ml.competitions`` Compute metrics in for a competition :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`credentials_helper ` | module ``ensae_projects.automation.credentials_helper`` Helpers around credentials. :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`croix_rouge ` | module ``ensae_projects.datainc.croix_rouge`` Data related to La Croix-Rouge (Hackathon Microsoft / ENSAE / Croix-Rouge / 2015) :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`crypt_helper ` | module ``ensae_projects.hackathon.crypt_helper`` Encrypting, decrypting. :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`data_bikes ` | module ``ensae_projects.datainc.data_bikes`` Data related to a challenge, streets in Seattle :githublink:`%|py|0` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`data_cresus ` | module ``ensae_projects.datainc.data_cresus`` Script to process the date from Cresus for the hackathon 2016 :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`data_exception ` | module ``ensae_projects.datainc.data_exception`` Exception raised when data is not available :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`data_geo_streets ` | module ``ensae_projects.datainc.data_geo_streets`` Data related to a challenge, streets in Seattle :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`data_helper ` | module ``ensae_projects.datainc.data_helper`` Simple functions to process text files. :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`data_medical ` | module ``ensae_projects.datainc.data_medical`` Functions to handle data coming from :epkg:`Cancer Imaging Archive`. :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`datazips ` | module ``ensae_projects.datainc.datazips`` Data mostly for the first year. :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`hack2020 ` | module ``ensae_projects.hackathon.hack2020`` Code for :ref:`l-hackathon-2020`. :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`image_helper ` | module ``ensae_projects.hackathon.image_helper`` Helpers for the hackathon 2017 (Label Emmaüs). :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`image_knn ` | module ``ensae_projects.hackathon.image_knn`` Builds a knn classifier for image in order to find close images. :githublink:`%|py|0` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`img_helper ` | module ``ensae_projects.cli.img_helper`` Starts an app locally to test it. :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`json_helper ` | module ``ensae_projects.hackathon.json_helper`` Helpers for the hackathon 2017 (Label Emmaüs). :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`notebook_test_helper ` | module ``ensae_projects.automation.notebook_test_helper`` Some automation helpers to test notebooks and check they are still working fine. :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`perf2018 ` | module ``ensae_projects.hackathon.perf2018`` Compute the performance for the hackathon 2018. :githublink:`%|py|5` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`random_answers ` | module ``ensae_projects.hackathon.random_answers`` Generates random answers for challenges. :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`search_images_dogcat ` | module ``ensae_projects.restapi.search_images_dogcat`` Defines a search engine for images inspired from # searchimagesrst>`_. `Search images with deep learning ` | module ``ensae_projects.challenge.velib_trajectories`` Une solution au problème proposée : :ref:`Reconstruction de trajectoire velib ` :githublink:`%|py|7` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`web_search_helper ` | module ``ensae_projects.hackathon.web_search_helper`` Helpers for the hackathon 2018 related to search internet. :githublink:`%|py|6` | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. toctree:: :maxdepth: 1 ensae_projects/__init__ ensae_projects/__main__ ensae_projects/automation/__init__ ensae_projects/automation/credentials_helper ensae_projects/automation/notebook_test_helper ensae_projects/challenge/__init__ ensae_projects/challenge/blossom ensae_projects/challenge/city_tour ensae_projects/challenge/velib_trajectories ensae_projects/cli/__init__ ensae_projects/cli/img_helper ensae_projects/datainc/__init__ ensae_projects/datainc/croix_rouge ensae_projects/datainc/data_bikes ensae_projects/datainc/data_cresus ensae_projects/datainc/data_exception ensae_projects/datainc/data_geo_streets ensae_projects/datainc/data_helper ensae_projects/datainc/data_medical ensae_projects/datainc/datazips ensae_projects/hackathon/__init__ ensae_projects/hackathon/crypt_helper ensae_projects/hackathon/hack2020 ensae_projects/hackathon/image_helper ensae_projects/hackathon/image_knn ensae_projects/hackathon/json_helper ensae_projects/hackathon/perf2018 ensae_projects/hackathon/random_answers ensae_projects/hackathon/web_search_helper ensae_projects/ml/competitions ensae_projects/restapi/__init__ ensae_projects/restapi/search_images_dogcat