algocomponents.tasks
The tasks are what you start in order to do anything in algocomponents.
All tasks inherit from the base class Task. Task defines the start()-method that is used to start any task, and also defines the methods startup(), run() and shutdown(). These three methods are what other tasks overwrite to perform their respective functions.
Subpackages
- algocomponents.tasks.check_significance
- algocomponents.tasks.downsample_table
- algocomponents.tasks.evaluate_prediction
- algocomponents.tasks.model_trainers
- Submodules
- algocomponents.tasks.model_trainers.model_trainer
- algocomponents.tasks.model_trainers.gradient_boosting_classifier_trainer
- algocomponents.tasks.model_trainers.linear_regression_trainer
- algocomponents.tasks.model_trainers.random_forest_classifier_trainer
- algocomponents.tasks.model_trainers.xgboost_classifier_trainer
- Contents
- algocomponents.tasks.stratify_groups
- algocomponents.tasks.task_verifier