Skip to content

Commit b3ac179

Browse files
committed
Unsupervised learning
1 parent 16792e9 commit b3ac179

13 files changed

Lines changed: 1508 additions & 7 deletions

File tree

_toc.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ parts:
6363
- file: contents/hpc/cython
6464
- file: contents/hpc/parallel
6565
# - file: contents/hpc/appendix
66-
67-
68-
69-
#- caption: "Aprendizaje de máquinas con Scikit-Learn"
70-
# numbered: true
71-
# chapters:
72-
# - file: contents/sklearn/linear_regression
66+
- caption: "Aprendizaje de máquinas con Scikit-Learn"
67+
numbered: true
68+
chapters:
69+
- file: contents/sklearn/intro
70+
- file: contents/sklearn/pca
71+
- file: contents/sklearn/kmeans

contents/sklearn/data/cancer.csv

Lines changed: 570 additions & 0 deletions
Large diffs are not rendered by default.
106 KB
Loading

contents/sklearn/img/intro-ml1.png

63.5 KB
Loading

contents/sklearn/img/intro-ml2.png

28.7 KB
Loading

contents/sklearn/img/intro-ml3.png

21.7 KB
Loading

contents/sklearn/img/intro-ml4.png

81.2 KB
Loading

contents/sklearn/img/kmeans.png

76.7 KB
Loading

contents/sklearn/img/ml-dt.png

31.5 KB
Loading
133 KB
Loading

0 commit comments

Comments
 (0)