Contenido del Curso
Cluster Analysis
Cluster Analysis
1. What is Clustering?
3. How to choose the best model?
Perform Agglomerative Clustering
Tarea
Swipe to show code editor
Your task is to use different linkage types and to look at the performance of agglomerative clustering on moons and circles datasets. You have to:
- Import
AgglomerativeClustering
class from sklearn.cluster module. - Add a parameter with the name
linkage
as an input of the function. - Add
.fit()
method of theagglomerative
object to train the model. - Use
'single'
,'complete'
, and'average'
as parameters of the function(parameters in the code have to be used in the same order).
Solución
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 4
Perform Agglomerative Clustering
Tarea
Swipe to show code editor
Your task is to use different linkage types and to look at the performance of agglomerative clustering on moons and circles datasets. You have to:
- Import
AgglomerativeClustering
class from sklearn.cluster module. - Add a parameter with the name
linkage
as an input of the function. - Add
.fit()
method of theagglomerative
object to train the model. - Use
'single'
,'complete'
, and'average'
as parameters of the function(parameters in the code have to be used in the same order).
Solución
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 4
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones