mlrl.testbed_sklearn package¶
This module adds support for tabular machine learning problems to the package “mlrl-testbed” by making use of the scikit-learn framework.
- mlrl.testbed_sklearn.Runnable¶
alias of
SkLearnEstimatorRunnable
Subpackages¶
Submodules¶
- mlrl.testbed_sklearn.runnables module
SkLearnEstimatorRunnableSkLearnRunnableSkLearnRunnable.BatchConfigFileSkLearnRunnable.GlobalPredictorFactorySkLearnRunnable.ProblemDomainExtensionSkLearnRunnable.create_batch_config_file_factory()SkLearnRunnable.create_classifier()SkLearnRunnable.create_dataset_splitter()SkLearnRunnable.create_experiment_builder()SkLearnRunnable.create_predictor_factory()SkLearnRunnable.create_problem_domain()SkLearnRunnable.create_regressor()SkLearnRunnable.get_extensions()
SklearnEstimatorSklearnEstimator.SklearnArgumentSklearnEstimator.algorithmic_argumentsSklearnEstimator.can_be_default_instantiatedSklearnEstimator.can_be_instantiated_with_estimatorSklearnEstimator.get_supported_classifiers()SklearnEstimator.get_supported_meta_classifiers()SklearnEstimator.get_supported_meta_regressors()SklearnEstimator.get_supported_regressors()SklearnEstimator.instantiate()SklearnEstimator.is_classifierSklearnEstimator.is_meta_estimatorSklearnEstimator.is_regressor