|
| 1 | +project: |
| 2 | + type: website |
| 3 | + render: |
| 4 | + - index.qmd |
| 5 | + - content/getting-started/index.qmd |
| 6 | + - content/getting-started/01_installation.qmd |
| 7 | + - content/getting-started/02_DS_environment.qmd |
| 8 | + - content/getting-started/03_data_analysis.qmd |
| 9 | + - content/getting-started/04_python_practice.qmd |
| 10 | + - content/getting-started/05_rappels_types.qmd |
| 11 | + - content/getting-started/06_rappels_fonctions.qmd |
| 12 | + - content/getting-started/07_rappels_classes.qmd |
| 13 | + - content/manipulation/index.qmd |
| 14 | + - content/manipulation/01_numpy.qmd |
| 15 | + - content/manipulation/01_numpy_en.qmd |
| 16 | + - content/visualisation/index.qmd |
| 17 | + - content/modelisation/index.qmd |
| 18 | + - content/NLP/index.qmd |
| 19 | + - content/annexes/evaluation.qmd |
| 20 | + |
| 21 | +website: |
| 22 | + title: "Python pour la data science" |
| 23 | + page-footer: |
| 24 | + left: | |
| 25 | + Python pour la _data science_, Lino Galiana.<br> |
| 26 | + Licence {{< fa brands creative-commons >}}<br> |
| 27 | + Code source disponible sur [`Github`](https://github.com/linogaliana/python-datascientist) |
| 28 | + right: | |
| 29 | + Site construit avec {{< fa brands python >}} et [`Quarto`](https://quarto.org/)<br> |
| 30 | + Inspiration pour la mise en forme du site [ici](https://www.andreashandel.com)<br> |
| 31 | + [Code source disponible sur {{< fa brands github >}} `GitHub`](https://github.com/linogaliana/python-datascientist) |
| 32 | +
|
| 33 | +
|
| 34 | + sidebar: |
| 35 | + - id: home |
| 36 | + title: "Homepage" |
| 37 | + href: index.qmd |
| 38 | + - id: introduction |
| 39 | + title: "Introduction" |
| 40 | + #collapse-level: 2 |
| 41 | + contents: |
| 42 | + - content/getting-started/index.qmd |
| 43 | + - content/getting-started/01_installation.qmd |
| 44 | + - content/getting-started/02_DS_environment.qmd |
| 45 | + - content/getting-started/03_data_analysis.qmd |
| 46 | + - content/getting-started/04_python_practice.qmd |
| 47 | + - content/getting-started/05_rappels_types.qmd |
| 48 | + - content/getting-started/06_rappels_fonctions.qmd |
| 49 | + - content/getting-started/07_rappels_classes.qmd |
| 50 | + - id: manipulation |
| 51 | + title: "Manipuler" |
| 52 | + #collapse-level: 2 |
| 53 | + contents: |
| 54 | + - href: content/manipulation/index.qmd |
| 55 | + text: "Introduction" |
| 56 | + - content/manipulation/01_numpy.qmd |
| 57 | + - content/manipulation/02_pandas_intro.qmd |
| 58 | + - content/manipulation/02_pandas_suite.qmd |
| 59 | + - content/manipulation/03_geopandas_intro.qmd |
| 60 | + - content/manipulation/04a_webscraping_TP.qmd |
| 61 | + - content/manipulation/04c_API_TP.qmd |
| 62 | + - content/manipulation/04b_regex_TP.qmd |
| 63 | + - id: communication |
| 64 | + title: "Communiquer" |
| 65 | + #collapse-level: 2 |
| 66 | + contents: |
| 67 | + - href: content/visualisation/index.qmd |
| 68 | + text: "Introduction" |
| 69 | + - content/visualisation/matplotlib.qmd |
| 70 | + - content/visualisation/maps.qmd |
| 71 | + - id: modelisation |
| 72 | + title: "Modéliser" |
| 73 | + #collapse-level: 2 |
| 74 | + contents: |
| 75 | + - href: content/modelisation/index.qmd |
| 76 | + text: "Introduction" |
| 77 | + - content/modelisation/0_preprocessing.qmd |
| 78 | + - content/modelisation/1_modelevaluation.qmd |
| 79 | + - content/modelisation/2_SVM.qmd |
| 80 | + - content/modelisation/3_regression.qmd |
| 81 | + - content/modelisation/4_featureselection.qmd |
| 82 | + - content/modelisation/5_clustering.qmd |
| 83 | + - content/modelisation/6_pipeline.qmd |
| 84 | + - content/modelisation/7_mlapi.qmd |
| 85 | + - id: NLP |
| 86 | + title: "NLP" |
| 87 | + #collapse-level: 2 |
| 88 | + contents: |
| 89 | + - href: content/NLP/index.qmd |
| 90 | + text: "Introduction" |
| 91 | + - content/NLP/01_intro.qmd |
| 92 | + - content/NLP/02_exoclean.qmd |
| 93 | + - content/NLP/03_lda.qmd |
| 94 | + - content/NLP/04_word2vec.qmd |
| 95 | + - content/NLP/05_exo_supp.qmd |
| 96 | + - id: modern |
| 97 | + title: "Approfondissements" |
| 98 | + #collapse-level: 2 |
| 99 | + contents: |
| 100 | + - href: content/modern-ds/index.qmd |
| 101 | + text: "Introduction" |
| 102 | + - content/modern-ds/continuous_integration.qmd |
| 103 | + - content/modern-ds/dallE.qmd |
| 104 | + - content/modern-ds/s3.qmd |
| 105 | + - content/modern-ds/elastic_approfondissement.qmd |
| 106 | + - content/modern-ds/elastic_intro.qmd |
| 107 | + - id: git |
| 108 | + title: "Git" |
| 109 | + #collapse-level: 2 |
| 110 | + contents: |
| 111 | + - href: content/git/index.qmd |
| 112 | + text: "Introduction" |
| 113 | + - content/git/introgit.qmd |
| 114 | + - content/git/exogit.qmd |
| 115 | + - id: appendix |
| 116 | + title: "Annexes" |
| 117 | + #collapse-level: 2 |
| 118 | + contents: |
| 119 | + - content/annexes/evaluation.qmd |
| 120 | + - content/annexes/corrections.qmd |
| 121 | + - href: https://linogaliana.github.io/python-datascientist-slides/#/title-slide |
| 122 | + text: "Slides de présentation" |
| 123 | + |
| 124 | + |
| 125 | +citation: |
| 126 | + title: "Python pour la data science" |
| 127 | + author: Lino Galiana |
| 128 | + type: book |
| 129 | + doi: "10.5281/zenodo.8229676" |
| 130 | + url: https://pythonds.linogaliana.fr/ |
| 131 | + issued: 2023 |
| 132 | + |
0 commit comments