Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pca a js #57

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion course.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ plan:
- lesson: pydata/scikitlearn_api
- lesson: pydata/homework_revisited
- lesson: pydata/scikitlearn_resume

- title: "Strojové učení - klasifikační úlohy"
slug: ml3
date: 2024-11-18
Expand All @@ -79,6 +79,18 @@ plan:
- lesson: pydata/classification_metrics
- lesson: pydata/classification_resume

- title: "Analýza hlavních komponent (PCA)"
slug: pca
date: 2024-11-25
materials:
- lesson: pydata/pca

- title: Interaktivní vizualizace a aplikace
slug: dashboards
date: 2024-12-02
materials:
- lesson: pydata/dashboards

- title: "Svátky klidu a konce kurzu"
slug: konec
serial: null
Expand Down
6 changes: 3 additions & 3 deletions lessons/pydata/dashboards/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"source": [
"# Interaktivní vizualizace a aplikace\n",
"\n",
"Materiály k této hodině najdeš v repozitáři https://github.com/coobas/pydataladies-dashboard\n",
"Materiály k této hodině najdeš v repozitáři https://github.com/PyDataCZ/pydataladies-dashboard.git\n",
"\n",
"Pro zobrazení můžeš použít nbviewer: \n",
"* [První část](https://nbviewer.jupyter.org/github/coobas/pydataladies-dashboard/blob/main/notebooks/dashboardy-1.ipynb)\n",
"* [Druhá část](https://nbviewer.jupyter.org/github/coobas/pydataladies-dashboard/blob/main/notebooks/dashboardy-2.ipynb)"
"* [První část](https://nbviewer.jupyter.org/github/PyDataCZ/pydataladies-dashboard/blob/main/notebooks/dashboardy-1.ipynb)\n",
"* [Druhá část](https://nbviewer.jupyter.org/github/PyDataCZ/pydataladies-dashboard/blob/main/notebooks/dashboardy-2.ipynb)"
]
}
],
Expand Down