.. image:: pystat.png :height: 20 :alt: Statistique :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-data-scientist Parallélisation, sérialisation ++++++++++++++++++++++++++++++ La sérialisation est le fait de convertir n'importe quelle structure de données en un tableau d'octets, c'est indispensable pour la communication entre deux machines, deux processus. *Notebooks* .. toctree:: :maxdepth: 2 ../notebooks/_gs2a_parallelisation ../notebooks/_gs2a_serialisation *Modules* * `dask `_ * `cytoolz `_ * `joblib `_ *Lectures* * `Out-of-Core Dataframes in Python: Dask and OpenStreetMap `_ *(2015/12)* * `Combining random forest models in scikit learn `_ * `Better Python compressed persistence in joblib `_