.. _f-datacresus: module ``datainc.data_cresus`` ============================== Short summary +++++++++++++ module ``ensae_projects.datainc.data_cresus`` Script to process the date from Cresus for the hackathon 2016 :githublink:`%|py|6` Functions +++++++++ +------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ | function | truncated documentation | +==================================================================================================================+=================================================================================================+ | :func:`cresus_dummy_file ` | | +------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ | :func:`prepare_cresus_data ` | Prepares the data for the challenge. | +------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ | :func:`process_cresus_sql ` | Processes the database sent by cresus and produces a list of flat files. | +------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ | :func:`process_cresus_whole_process ` | Processes the database from :epkg:`Cresus` until it splits the data into two two sets of files. | +------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ | :func:`split_train_test_cresus_data ` | Splits the tables into two sets for tables (based on users). | +------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ | :func:`split_XY_bind_dataset_cresus_data ` | Splits XY for the blind set. | +------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_projects.datainc.data_cresus :members: :special-members: __init__ :show-inheritance: