Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

python

DataFrame en python Python

DataFrame en python

import pandas as pd import numpy as np import matplotlib.pyplot as plt data = {'color' : ['blue','green','yellow','red','white'],...

11 Mars 2019

fonctions map et  filter en python Python

fonctions map et filter en python

#traitement map map(lambda x: 2*x, range(10)) #equivalent à [2*x for x in range(10)] #traitement filter filter(lambda...

11 Mars 2019

détection des outliers R, Python, ML, datamining, datascience

détection des outliers

méthode en R méthode détection des outliers en R(page 63-72) méthodes en python

6 Mars 2019

tuto textmining textmining, tutos, R, Python

tuto textmining

cours textmining en francais tidytextmining tutoriaux: en R: data-bzh.fr/text-mining-r-part-1/ en Python: tuto...

6 Mars 2019

One hot encoding pour transformer les catégoriels en python Python, ML, datascience

One hot encoding pour transformer les catégoriels en python

Un encodage à chaud est l'approche la plus répandue, et elle fonctionne très bien à moins que votre variable catégorielle...

2 Mars 2019

best of uses cases de datacience en python ML, datascience, datamining, Python

best of uses cases de datacience en python

Exploration : COMPREHENSIVE DATA EXPLORATION WITH PYTHON

1 Mars 2019

graphes de corrélation entre variables en python matplot, graphe, Python

graphes de corrélation entre variables en python

Correlation matrix (heatmap style) #correlation matrix corrmat = df_train . corr () f , ax = plt . subplots ( figsize...

1 Mars 2019

les graphes basiques en python Python, graphe, matplot

les graphes basiques en python

Cours: datavisualisation sur kaggle Donner les proprités d'une variable numérique sns.set(rc={'figure.figsize':(9,7)})...

1 Mars 2019

Machine learning en python Python, ML, tutos

Machine learning en python

towardsdatascience

17 Février 2019

Random Forest R, Python, tutos, ML

Random Forest

explication Random Forest officielle cours theorique en fançais de wikistat exemple de tutos: en R: classication...

17 Février 2019

1 2 > >>