Skip to content

Commit

Permalink
update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl GENNETAIS committed Apr 26, 2024
1 parent 7ca4405 commit 2c27138
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1,743 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ notebooks/P4_élec_02_modeles.ipynb
s3_sync/results.csv
s3_sync/Results
s3_sync/sample_test
notebooks/.virtual_documents
8 changes: 4 additions & 4 deletions notebooks/p8_aws_v2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@
"id": "5a86bce8",
"metadata": {},
"source": [
"# PCA"
"# 5. PCA"
]
},
{
Expand Down Expand Up @@ -1647,7 +1647,7 @@
"id": "a3645c91-4bc5-428d-a80f-9aec2d995e6f",
"metadata": {},
"source": [
"# Save PCA results"
"# 6. Save PCA results"
]
},
{
Expand Down Expand Up @@ -1711,7 +1711,7 @@
],
"source": [
"# save PCA result to csv\n",
"results_concat.toPandas().to_csv(PATH_Result + \"/pcaFeatures.csv\")"
"results_concat.toPandas().to_csv(PATH_Result + \"/pcaFeatures_v2.csv\")"
]
}
],
Expand All @@ -1731,7 +1731,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.2"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
1 change: 1 addition & 0 deletions s3_sync/jupyter/jovyan/p8_aws.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 2c27138

Please sign in to comment.