Consolidated AutoGluon skill covering end-to-end TabularPredictor workflow (constructor, fit, predict_proba, fit_summary, save/load, set_model_best), binary threshold calibration and setting, sklearn wrapper integration, and monotonic constraints. Use for any AutoGluon Tabular questions, training/ensembling configuration, inference/probabilities, threshold tuning, deployment persistence, or sklearn interoperability.
Provide a single, comprehensive reference for AutoGluon TabularPredictor usage in this repo, including model construction, training, evaluation, calibration, saving/loading, sklearn integration, and monotonic constraint workflows.
TabularDataset.TabularPredictor(...).fit(...).leaderboard() or fit_summary().predict() or predict_proba().save() and load() as needed.label: target column name.problem_type: binary, multiclass, regression, quantile, or inferred.eval_metric: metric to optimize; defaults to AutoGluon choice by task.path: model artifact directory; defaults to AutogluonModels.verbosity: 0–4 for logging.log_to_file, log_file_path.sample_weight: column name or auto_weight/balance_weight.weight_evaluation: use weights during evaluation.groups: group-based splitting (experimental).positive_class: label for positive class in binary.ignored_columns, cache_data, learner_type, trainer_type, default_base_path.train_data, tuning_data.time_limit, presets, hyperparameters.feature_metadata, feature_generator.auto_stack, num_bag_folds, num_bag_sets, num_stack_levels.fit_weighted_ensemble, full_weighted_ensemble_additionally.dynamic_stacking.calibrate_decision_threshold, calibrate.num_cpus, num_gpus, memory_limit, fit_strategy.refit_full, set_best_to_refit_full, keep_only_best, save_space.verbosity: 0+; 2+ includes plots.show_plot: open plot in browser.as_pandas: DataFrame vs ndarray.as_multiclass: for binary, return two columns vs positive class only.transform_features: set False only if data already transformed.data: labeled calibration data or None for OOF/validation.metric: optimize target metric.decision_thresholds: int or list.secondary_decision_thresholds: optional fine search.subsample_size, verbose.decision_threshold: float in [0,1] for binary predictions.model: model name from model_names()/leaderboard().save_trainer: persist default best across reloads.save(silent=True|False).load(path, verbosity=None, require_version_match=True, require_py_version_match=True, check_packages=True).ClassifierMixin + BaseEstimator (mixin should go first)feature_names_, n_features_in_, classes_, is_fitted_.fit():
X to DataFrame.sample_weight column.TabularPredictor(...).fit(...).predict()/predict_proba():
TabularDataset../templates/wrapper_snippet.md as baseline layout.1 non-decreasing, -1 non-increasing.GBM: list order.CAT, XGB: dict form.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer