LICENSE
README.md
pyproject.toml
src/deepgboost/__init__.py
src/deepgboost/deepgboost_classifier.py
src/deepgboost/deepgboost_multiclassifier.py
src/deepgboost/deepgboost_regressor.py
src/deepgboost/plotting.py
src/deepgboost.egg-info/PKG-INFO
src/deepgboost.egg-info/SOURCES.txt
src/deepgboost.egg-info/dependency_links.txt
src/deepgboost.egg-info/requires.txt
src/deepgboost.egg-info/top_level.txt
src/deepgboost/callbacks/__init__.py
src/deepgboost/callbacks/base_callback.py
src/deepgboost/callbacks/early_stopping_callback.py
src/deepgboost/callbacks/evaluation_monitor_callback.py
src/deepgboost/callbacks/learning_rate_scheduler_callback.py
src/deepgboost/common/__init__.py
src/deepgboost/common/categorical.py
src/deepgboost/common/utils.py
src/deepgboost/dgbf/__init__.py
src/deepgboost/dgbf/dgbf.py
src/deepgboost/dgbf/dgbf_multioutput.py
src/deepgboost/linear/__init__.py
src/deepgboost/linear/updater.py
src/deepgboost/metric/__init__.py
src/deepgboost/metric/classification.py
src/deepgboost/metric/regression.py
src/deepgboost/objective/__init__.py
src/deepgboost/objective/classification.py
src/deepgboost/objective/regression.py
src/deepgboost/predictor/__init__.py
src/deepgboost/predictor/predictor.py
src/deepgboost/tree/__init__.py
src/deepgboost/tree/updater.py
tests/test_adaptive_layer_width.py
tests/test_callback.py
tests/test_classifier.py
tests/test_dgbf.py
tests/test_metric.py
tests/test_multiclassifier.py
tests/test_objective.py
tests/test_regressor.py