Skip to content

Commit

Permalink
Deploy ML model as API (#460)
Browse files Browse the repository at this point in the history
* restart from scratch

* API de ML

* update

* Regroupe dans un dossier

* URL API

* update
  • Loading branch information
linogaliana committed Nov 27, 2023
1 parent a1ab3d9 commit e4642ee
Show file tree
Hide file tree
Showing 9 changed files with 674 additions and 91 deletions.
48 changes: 2 additions & 46 deletions _quarto.yml
Expand Up @@ -4,53 +4,8 @@ project:
render:
- index.qmd
- content/getting-started/index.qmd
- content/getting-started/01_installation.qmd
- content/getting-started/02_DS_environment.qmd
- content/getting-started/03_data_analysis.qmd
- content/getting-started/04_python_practice.qmd
- content/getting-started/05_rappels_types.qmd
- content/getting-started/06_rappels_fonctions.qmd
- content/getting-started/07_rappels_classes.qmd
- content/manipulation/index.qmd
- content/manipulation/01_numpy.qmd
- content/manipulation/02a_pandas_tutorial.qmd
- content/manipulation/02b_pandas_TP.qmd
- content/manipulation/03_geopandas_tutorial.qmd
- content/manipulation/03_geopandas_TP.qmd
- content/manipulation/04a_webscraping_TP.qmd
- content/manipulation/04c_API_TP.qmd
- content/manipulation/04b_regex_TP.qmd
- content/manipulation/07_dask.qmd
- content/visualisation/index.qmd
- content/visualisation/matplotlib.qmd
- content/visualisation/maps.qmd
- content/modelisation/index.qmd
- content/modelisation/0_preprocessing.qmd
- content/modelisation/1_modelevaluation.qmd
- content/modelisation/2_SVM.qmd
- content/modelisation/3_regression.qmd
- content/modelisation/4_featureselection.qmd
- content/modelisation/5_clustering.qmd
- content/modelisation/6_pipeline.qmd
- content/NLP/index.qmd
- content/NLP/01_intro.qmd
- content/NLP/02_exoclean.qmd
- content/NLP/03_lda.qmd
- content/NLP/04_word2vec.qmd
- content/NLP/05_exo_supp.qmd
- content/modern-ds/index.qmd
- content/modern-ds/continuous_integration.qmd
- content/modern-ds/dallE.qmd
- content/modern-ds/s3.qmd
- content/modern-ds/elastic_approfondissement.qmd
- content/modern-ds/elastic_intro.qmd
- content/git/index.qmd
- content/git/introgit.qmd
- content/git/exogit.qmd
- content/annexes/evaluation.qmd
- content/annexes/corrections.qmd
- content/annexes/evaluation.qmd
- content/annexes/corrections.qmd
- content/modelisation/7_mlapi.qmd

website:
title: "Python pour la data science"
Expand Down Expand Up @@ -148,6 +103,7 @@ website:
- content/modelisation/4_featureselection.qmd
- content/modelisation/5_clustering.qmd
- content/modelisation/6_pipeline.qmd
- content/modelisation/7_mlapi.qmd
- id: NLP
title: "NLP"
#collapse-level: 2
Expand Down

0 comments on commit e4642ee

Please sign in to comment.