Toolverse
All skills

aeon

by K-Dense-AI

This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Data Science
Views
4

About this skill

This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.

How to use

  1. Zainstaluj Aeon za pomocą polecenia uv pip install aeon w swoim środowisku Python.

  2. Załaduj dane szeregu czasowego – możesz użyć wbudowanych zbiorów danych z aeon.datasets lub przygotować własne dane w formacie obsługiwanym przez bibliotekę.

  3. Wybierz odpowiedni algorytm w zależności od zadania: do klasyfikacji szeregów czasowych użyj RocketClassifier lub MiniRocketClassifier dla szybkości, albo HIVECOTEV2 dla maksymalnej dokładności; do prognozowania, detekcji anomalii lub grupowania wybierz moduł odpowiadający Twojemu celowi.

  4. Utwórz instancję wybranego klasyfikatora lub modelu, na przykład clf = RocketClassifier(n_kernels=10000) dla klasyfikacji.

  5. Wytrenuj model na danych treningowych za pomocą clf.fit(X_train, y_train), gdzie X_train to Twoje szeregi czasowe, a y_train to etykiety.

  6. Oceń wydajność modelu na danych testowych używając clf.score(X_test, y_test) lub innych metryk ewaluacji dostępnych w bibliotece.

Related skills

market-analysis

by xbklairith

Use when analyzing markets or interpreting charts - applies technical indicators (RSI, MACD, Moving Averages), identifies support/resistance, analyzes multi-timeframe trends, checks fundamentals and sentiment. Activates when user says \

Data Science
29144

deepwiki-rs

by sopaco

AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional

Data Science
18144

skill-installer

by openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Data Science
23118

claude-automation-recommender

by anthropics

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code

Data Science
1787

threejs

by mrgoonie

Build 3D web apps with Three.js (WebGL/WebGPU). Use for 3D scenes, animations, custom shaders, PBR materials, VR/XR experiences, games, data visualizations, product configurators.

Data Science
1743

moon-dev-trading-agents

by moondevonyt

Master Moon Dev's Ai Agents Github with 48+ specialized agents, multi-exchange support, LLM abstraction, and autonomous trading capabilities across crypto markets

Data Science
102232