README.md
pyproject.toml
setup.py
sbyb/__init__.py
sbyb.egg-info/PKG-INFO
sbyb.egg-info/SOURCES.txt
sbyb.egg-info/dependency_links.txt
sbyb.egg-info/entry_points.txt
sbyb.egg-info/requires.txt
sbyb.egg-info/top_level.txt
sbyb/api/__init__.py
sbyb/api/interface.py
sbyb/automl/__init__.py
sbyb/automl/engine.py
sbyb/automl/feature_selection.py
sbyb/automl/hyperparameter.py
sbyb/automl/model_selection.py
sbyb/automl/models.py
sbyb/automl/stacking.py
sbyb/cli/__init__.py
sbyb/cli/commands.py
sbyb/core/__init__.py
sbyb/core/base.py
sbyb/core/config.py
sbyb/core/exceptions.py
sbyb/core/registry.py
sbyb/core/utils.py
sbyb/deployment/__init__.py
sbyb/deployment/api_generator.py
sbyb/deployment/container.py
sbyb/deployment/model_export.py
sbyb/deployment/monitoring.py
sbyb/deployment/serving.py
sbyb/eda/__init__.py
sbyb/eda/analyzer.py
sbyb/eda/profiler.py
sbyb/eda/visualizer.py
sbyb/evaluation/__init__.py
sbyb/evaluation/explainer.py
sbyb/evaluation/metrics.py
sbyb/evaluation/visualizer.py
sbyb/plugins/__init__.py
sbyb/plugins/decorators.py
sbyb/plugins/hooks.py
sbyb/plugins/manager.py
sbyb/preprocessing/__init__.py
sbyb/preprocessing/base.py
sbyb/preprocessing/cleaner.py
sbyb/preprocessing/encoder.py
sbyb/preprocessing/feature_engineering.py
sbyb/preprocessing/imputer.py
sbyb/preprocessing/outlier.py
sbyb/preprocessing/pipeline.py
sbyb/preprocessing/scaler.py
sbyb/scaffolding/__init__.py
sbyb/scaffolding/config.py
sbyb/scaffolding/environment.py
sbyb/scaffolding/project.py
sbyb/task_detection/__init__.py
sbyb/task_detection/classification.py
sbyb/task_detection/clustering.py
sbyb/task_detection/computer_vision.py
sbyb/task_detection/detector.py
sbyb/task_detection/nlp.py
sbyb/task_detection/regression.py
sbyb/task_detection/time_series.py
sbyb/tracking/__init__.py
sbyb/tracking/experiment.py
sbyb/tracking/run.py
sbyb/tracking/storage.py
sbyb/tracking/tracker.py
sbyb/tracking/visualizer.py
sbyb/ui_generator/__init__.py
sbyb/ui_generator/components.py
sbyb/ui_generator/dashboard.py
sbyb/ui_generator/form.py
sbyb/ui_generator/templates.py
sbyb/ui_generator/themes.py
tests/test_sbyb.py