Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1# -*- coding: utf-8 -*- 

2""" 

3@file 

4@brief Fonctions retournant des jeux de données. 

5""" 

6from .cat import load_adult_dataset 

7from .carreau import load_carreau_from_zip 

8from .dummies import line2d 

9from .duration import duration_selling 

10from .enedis import load_enedis_dataset 

11from .geojson import get_geojson_countries 

12from .graph import create_tiny_graph 

13from .movies import load_movielens_dataset 

14from .search import load_search_engine_dataset 

15from .sentiment import load_sentiment_dataset 

16from .titanic import load_titanic_dataset 

17from .tweets import load_tweet_dataset 

18from .wines import load_wines_dataset, load_wine_dataset