Skip to content

Commit e4642ee

Browse files
authored
Deploy ML model as API (#460)
* restart from scratch * API de ML * update * Regroupe dans un dossier * URL API * update
1 parent a1ab3d9 commit e4642ee

File tree

9 files changed

+674
-91
lines changed

9 files changed

+674
-91
lines changed

_quarto.yml

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -4,53 +4,8 @@ project:
44
render:
55
- index.qmd
66
- content/getting-started/index.qmd
7-
- content/getting-started/01_installation.qmd
8-
- content/getting-started/02_DS_environment.qmd
9-
- content/getting-started/03_data_analysis.qmd
10-
- content/getting-started/04_python_practice.qmd
11-
- content/getting-started/05_rappels_types.qmd
12-
- content/getting-started/06_rappels_fonctions.qmd
13-
- content/getting-started/07_rappels_classes.qmd
14-
- content/manipulation/index.qmd
15-
- content/manipulation/01_numpy.qmd
16-
- content/manipulation/02a_pandas_tutorial.qmd
17-
- content/manipulation/02b_pandas_TP.qmd
18-
- content/manipulation/03_geopandas_tutorial.qmd
19-
- content/manipulation/03_geopandas_TP.qmd
20-
- content/manipulation/04a_webscraping_TP.qmd
21-
- content/manipulation/04c_API_TP.qmd
22-
- content/manipulation/04b_regex_TP.qmd
23-
- content/manipulation/07_dask.qmd
24-
- content/visualisation/index.qmd
25-
- content/visualisation/matplotlib.qmd
26-
- content/visualisation/maps.qmd
27-
- content/modelisation/index.qmd
28-
- content/modelisation/0_preprocessing.qmd
29-
- content/modelisation/1_modelevaluation.qmd
30-
- content/modelisation/2_SVM.qmd
31-
- content/modelisation/3_regression.qmd
32-
- content/modelisation/4_featureselection.qmd
33-
- content/modelisation/5_clustering.qmd
347
- content/modelisation/6_pipeline.qmd
35-
- content/NLP/index.qmd
36-
- content/NLP/01_intro.qmd
37-
- content/NLP/02_exoclean.qmd
38-
- content/NLP/03_lda.qmd
39-
- content/NLP/04_word2vec.qmd
40-
- content/NLP/05_exo_supp.qmd
41-
- content/modern-ds/index.qmd
42-
- content/modern-ds/continuous_integration.qmd
43-
- content/modern-ds/dallE.qmd
44-
- content/modern-ds/s3.qmd
45-
- content/modern-ds/elastic_approfondissement.qmd
46-
- content/modern-ds/elastic_intro.qmd
47-
- content/git/index.qmd
48-
- content/git/introgit.qmd
49-
- content/git/exogit.qmd
50-
- content/annexes/evaluation.qmd
51-
- content/annexes/corrections.qmd
52-
- content/annexes/evaluation.qmd
53-
- content/annexes/corrections.qmd
8+
- content/modelisation/7_mlapi.qmd
549

5510
website:
5611
title: "Python pour la data science"
@@ -148,6 +103,7 @@ website:
148103
- content/modelisation/4_featureselection.qmd
149104
- content/modelisation/5_clustering.qmd
150105
- content/modelisation/6_pipeline.qmd
106+
- content/modelisation/7_mlapi.qmd
151107
- id: NLP
152108
title: "NLP"
153109
#collapse-level: 2

0 commit comments

Comments
 (0)