Séances
- 2025-02-24: Introduction: slides
- 2025-03-03: Réseaux I: gephi - graphes gephi - graphes du cours
- 2025-03-10: Réseaux II
- 2025-03-17: Réseaux III:
pip install plotly pysankey seaborn
- 2025-03-24: Texte I:
pip install nltk
nltk.download('punkt_tab') nltk.download('wordnet') nltk.download('averaged_perceptron_tagger_eng') nltk.download('tagsets_json')
- 2025-04-07:
pip install gensim
; puis, dans le répertoire des notebooks,git pull
- 2025-04-28: 1)
pip install "plotly<6.0.0"
puis, dans le répertoire des notebooks,git pull
. 2) Télécharger climate_embeddings.parquet et le placer dans le dossier des notebooks.