Skip to content

Commit

Permalink
Un tutoriel sur les pipelines 🎉 (#203)
Browse files Browse the repository at this point in the history
* création pipeline

* pourquoi les pipelines

* pipe print

* Automated changes

* Automated changes

* python pipelines

* func

* avec dvf

* dict

* do not hide

* Automated changes

* Automated changes

* hide

* Automated changes

* Automated changes

* Automated changes

* asis

* détails sup

* premières méthodes

* train/test split

* Automated changes

* Automated changes

* seaborn

* Automated changes

* Automated changes

* pipeline

* Automated changes

* Automated changes

* détails random forest

* dag

* Automated changes

* Automated changes

* upd

* rf

* update

* reduction taille échantillon

* Automated changes

* Automated changes

* page

* temp eval FALSE

* Automated changes

* xfun

* Automated changes

* Automated changes

* rawhtml

* Automated changes

* Automated changes

* old pipes

* importance var

* Automated changes

* Automated changes

* update

* sk version

* Automated changes

* Automated changes

* Automated changes

* Automated changes

* warning yellowbricks

* Automated changes

* Automated changes

* corrige erreur

* eval

* pimp plot

* Automated changes

* Automated changes

* gridsearch cv

* data leaking

* pipe

* best_param

* print perfCV

* voilà

* Automated changes

* Automated changes

* X and Y unknown

* Automated changes

* Automated changes

* print plot

* to be completed

* Automated changes

* Automated changes

* retire sns pas utilisé

* force seaborn print

* Automated changes

* Automated changes

* forc print

* Automated changes

* Automated changes

* modif label chunk

* Automated changes

* Automated changes

* spoiler

* Automated changes

* Automated changes

* Automated changes

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
linogaliana and github-actions[bot] committed Dec 23, 2021
1 parent 8ab1956 commit e94c1c5
Show file tree
Hide file tree
Showing 2 changed files with 969 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/course/NLP/03_lda.Rmd
Expand Up @@ -93,7 +93,6 @@ import nltk
nltk.download('stopwords')
nltk.download('punkt')
nltk.download('genesis')
nltk.download('wordnet')
~~~
{{% /panel %}}

Expand All @@ -109,7 +108,6 @@ nltk.download('wordnet')
import numpy as np # linear algebra
import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
import seaborn as sns
import matplotlib.pyplot as plt
from wordcloud import WordCloud
#from IPython.display import display
Expand Down

0 comments on commit e94c1c5

Please sign in to comment.