machine learningΒΆ models Abstract Class How to Use Initializing a Model Fitting a model Predicting with a fitted model Computing metrics SklearnModel XgboostModel PytorchModel TensorflowModel Examples model selection Abstract Class How to Use Initializing GridSearchSelector Parameters HyperOptSelector Parameters Examples metrics Abstract Class How to Use Calling a metric Creating a Custom Metric (inheriting from BaseMetric) SklearnMetric