running-clustering-algorithms
This skill enables Claude to execute clustering algorithms on datasets. It is used when the user requests to perform clustering, identify groups within data, or analyze data structure. The skill supports algorithms like K-means, DBSCAN, and hierarchical clustering. Claude should
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
This skill enables Claude to execute clustering algorithms on datasets. It is used when the user requests to perform clustering, identify groups within data, or analyze data structure. The skill supports algorithms like K-means, DBSCAN, and hierarchical clustering. Claude should use this skill when the user explicitly asks to \
How to use
Przygotuj swój zbiór danych w formacie CSV lub przekaż go bezpośrednio w rozmowie z Claude'em. Upewnij się, że dane zawierają kolumny numeryczne, które chcesz analizować.
Wyraź swoją prośbę jasno – poproś Claude'a, aby "uruchomił klasterowanie", "przeprowadził analizę skupień" lub "pogrupował punkty danych". Jeśli masz preferencję, wskaż konkretny algorytm (K-means, DBSCAN lub hierarchiczne klasterowanie).
Claude przeanalizuje Twoją prośbę i wygeneruje kod w Pythonie przy użyciu bibliotek takich jak scikit-learn. Kod będzie zawierać wczytanie danych, preprocessing, wykonanie algorytmu i wizualizację wyników.
Skill automatycznie wykonuje wygenerowany kod na Twoim zbiorze danych. Proces obejmuje walidację danych i obsługę błędów.
Otrzymasz wyniki zawierające przypisania klastrów, metryki wydajności (takie jak silhouette score czy Davies-Bouldin index) oraz wizualizacje, na przykład wykresy punktowe z etykietami klastrów.
Artefakty, w tym kod i wyniki, są automatycznie zapisywane do wykorzystania w przyszłości.