module data.datacpt#

Short summary#

module ensae_teaching_cs.data.datacpt

Data for competitions

source on GitHub

Functions#

function

truncated documentation

data_cpt_ENSAE_2016_11

Returns the data for the competition Python 2A ENSAE 2016, located on github ensae_competition_2016.zip. …

data_cpt_ENSAE_2016_11_blind_set

Returns the evaluation set for the competition Python 2A ENSAE 2016.

Documentation#

Data for competitions

source on GitHub

ensae_teaching_cs.data.datacpt.data_cpt_ENSAE_2016_11(folder='.', fLOG=<function noLOG>)#

Returns the data for the competition Python 2A ENSAE 2016, located on github ensae_competition_2016.zip.

Paramètres:
  • folder – where to download and unzip

  • fLOG – logging function

Renvoie:

2 dataframes, one with X, Y, the others one with only X

source on GitHub

ensae_teaching_cs.data.datacpt.data_cpt_ENSAE_2016_11_blind_set(password)#

Returns the evaluation set for the competition Python 2A ENSAE 2016.

Paramètres:

fLOG – logging function

Renvoie:

2 dataframes, one with X, Y, the others one with only X

The competition is over. The password is xdameratxdamerat.

source on GitHub