Expand description
Core Plugin Traits
This module defines the fundamental traits that all plugins must implement, providing the interface for different types of machine learning algorithms and transformations in the sklears plugin system.
Traitsยง
- Algorithm
Plugin - Trait for algorithm plugins that can fit and predict
- Clustering
Plugin - Trait for clustering plugins
- Plugin
- Core trait that all plugins must implement
- Transformer
Plugin - Trait for transformer plugins