From 0f6cf6a674390fca1dafcfe4a71ea8e0935abdc1 Mon Sep 17 00:00:00 2001 From: Luigi Sbailo <sbailo@fhi-berlin.mpg.de> Date: Wed, 16 Dec 2020 18:10:27 +0100 Subject: [PATCH] Add tutorial description --- metainfo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metainfo.json b/metainfo.json index eb56861..6e3b647 100644 --- a/metainfo.json +++ b/metainfo.json @@ -4,8 +4,8 @@ "Ghiringhelli, Luca M." ], "email": "sbailo@fhi-berlin.mpg.de", - "title": "Introduction into clustering", - "description": "In this tutorial we introduce into the most popular clustering algorithms", + "title": "Introduction to clustering", + "description": "In this tutorial we introduce to the most popular clustering algorithms. We focus on partitioning, hierarchical and density-based clustering algorithms, and methods are tested on artificial datasets of increasing complexity", "url": "https://gitlab.mpcdf.mpg.de/nomad-lab/analytics-clustering-tutorial", "link": "https://analytics-toolkit.nomad-coe.eu/hub/user-redirect/notebooks/tutorials/clustering_tutorial.ipynb", "link_public": "https://analytics-toolkit.nomad-coe.eu/public/user-redirect/notebooks/tutorials/clustering_tutorial.ipynb", -- GitLab