Skip to content

Commit

Permalink
Editing readme, loading and processing data with utils and process sc…
Browse files Browse the repository at this point in the history
…ripts
  • Loading branch information
fatou1526 committed Sep 19, 2023
1 parent 03433cd commit 1f24dbe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
# run: python main.py

- name: Run Python module
run: python utils.py
run: python src/utils.py

- name: Run Python module
run: python process.py
run: python src/process.py

12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Mon Projet d'Analyse de Données
# SENE Ndeye Fatou Master2 Data Science

Description de mon projet.
Description de mon projet.

Dans ce projet, il s'agit de créer l'arborescence pour un projet d'analyse de données concernant la recommandation des cultures.

Le script main.py contient tout le process de création de l'arborescence avec les commit et push

Le fichier main_workflow assure la verification des tickets executés. Une fois l'arborescence créé, j'ai mis l'execution du script main en commentaire pour eviter les erreurs concernant la creation d'une noub=velle arborescence

Le script utils contient toutes les methodes pour faire le chargement des données, le preprocessing ainsi que le training

0 comments on commit 1f24dbe

Please sign in to comment.