Module core_traits

Module core_traits 

Source
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ยง

AlgorithmPlugin
Trait for algorithm plugins that can fit and predict
ClusteringPlugin
Trait for clustering plugins
Plugin
Core trait that all plugins must implement
TransformerPlugin
Trait for transformer plugins