Skip to content

Commit 985956f

Browse files
committed
fix merge
2 parents 8c9a238 + f88e6d7 commit 985956f

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
+ seaborn
99
+ mlxtend
1010
+ scikit-learn
11-
+ keras
1211

1312
* Conocimientos de Python 3.6+
1413

@@ -35,6 +34,7 @@
3534
3. Machine Learning práctico con scikit-Learn
3635
- Introducción a scikit-learn
3736
- Datasets sklearn
37+
- Preproceso
3838
- Métricas para evaluar modelos y selección hiper-parámetros
3939
+ Hands-On Python: Cross-Validation
4040
+ Hands-On Python: GridSearchCV
@@ -59,31 +59,32 @@
5959
+ Consejos prácticos
6060
+ Hands-On Python : DecissionTreeClassifier
6161
+ Hands-On Python : DecissionTreeRegressor
62-
- Introducción a Random Forest:
62+
- Introducción a Random Forest
6363
+ Hands-On Python: RandomForestClassifier
6464
+ Hands-On Python: RandomForestRegressor
65-
- Introducción a las redes neuronales (Keras)
66-
+ Hands-On Python: MLP
67-
+ Hands-On Python: Redes Neuronales Convolucionales
68-
+ Hands-On Python: Redes Neuronales Recurrentes
6965
- Gradient Boosting algorithms
7066
+ Hands-On Python: GradientBoostingClassifier
7167
+ Hands-On Python: GradientBoostingRegressor
68+
- Introducción a las redes neuronales
69+
+ Hands-On Python: MLP
7270
- Introducción a métodos de selección de variables
7371
+ Hands-On Python: Feature-Selection
7472
+ Hands-On Python: Dimensionality reduction
75-
- Introducción a modelos no supervisados:
73+
- Introducción a modelos no supervisados
7674
+ Clustering: K-Means
7775
- Optimización de hyper-parámetros avanzada
7876
+ Hands-On Python: RandomSearchCV
7977
+ Hands-On Python: BayesSearchCV (`scikit-optimize`)
78+
- Introducción a las redes neuronales profundas
79+
+ Hands-On Python: Redes Neuronales Convolucionales
80+
+ Hands-On Python: Redes Neuronales Recurrentes
8081

8182
4. Despliegue de modelos
8283
- Combinación de modelos
84+
- Persistencia de modelos
8385
- Gestión de ciclo vida de modelos:
84-
+ Registro y análisis de parámetros y métricas
85-
+ Persistencia de modelos
8686
+ Despliegue de modelos con FastAPI y Docker [[repositorio]](https://github.com/albertotb/sklearn_fastapi_docker)
87+
+ Registro y análisis de parámetros y métricas
8788
- Caso práctico guiado: Kaggle
8889

8990

@@ -103,4 +104,4 @@
103104
* [Applied Machine Learning in Python](https://amueller.github.io/aml/)
104105
* [Introduction to Machine Learning in Python (workshop)](https://github.com/amueller/ml-workshop-1-of-4)
105106
* [Choosing the right estimator](https://scikit-learn.org/stable/_static/ml_map.png)
106-
* [Esquema aprendizaje supervisado](esquemda.md)
107+
* [Esquema aprendizaje supervisado](esquema.md)

0 commit comments

Comments
 (0)