import pandas as pd import numpy as np import matplotlib.pyplot as plt data = {'color' : ['blue','green','yellow','red','white'],...
#traitement map map(lambda x: 2*x, range(10)) #equivalent à [2*x for x in range(10)] #traitement filter filter(lambda...
méthode en R méthode détection des outliers en R(page 63-72) méthodes en python
cours textmining en francais tidytextmining tutoriaux: en R: data-bzh.fr/text-mining-r-part-1/ en Python: tuto...
Un encodage à chaud est l'approche la plus répandue, et elle fonctionne très bien à moins que votre variable catégorielle...
Correlation matrix (heatmap style) #correlation matrix corrmat = df_train . corr () f , ax = plt . subplots ( figsize...
Cours: datavisualisation sur kaggle Donner les proprités d'une variable numérique sns.set(rc={'figure.figsize':(9,7)})...