{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/8"}],"enrichment":{"capability":"CartoBoost is a Rust-backed gradient boosting library for regression, classification, and forecasting that incorporates spatial, temporal, and structured relationship patterns into tree-based models.","skillfed_tags":["spatial-temporal-ml","structured-prediction","demand-forecasting"],"use_cases":["Estimate trip duration or fare when hour-of-day and pickup location interact with distance and route context.","Forecast demand by zone or corridor using rolling-origin backtests against naive and seasonal baselines.","Rank routes or predict source-target flows where direction and spatial boundaries matter.","Validate whether zone membership or H3/S2 cell structure improves predictions over axis-only splits.","Build demand forecasts for geographic panels with rolling-origin validation and ensemble methods.","Encode high-cardinality location or route IDs as learned embeddings to capture residual signal."],"what_it_does":"CartoBoost extends gradient boosting to problems where spatial location, time cycles, route structure, or repeated identifiers carry predictive signal. It is designed for mobility, logistics, demand forecasting, and similar domains where a standard tabular booster is a baseline but the data has inherent structure\u2014hour-of-day patterns, geographic neighborhoods, zone memberships, or directed flows\u2014that a conventional tree cannot easily capture.\n\nThe library keeps a familiar scikit-learn-style estimator interface but makes modeling choices explicit: you define a feature schema that marks columns as periodic (e.g., hour-of-day with period 24), 2D spatial (diagonal or Gaussian), or sparse-set (list-valued zone or cell memberships), then fit a model that can split on these structured patterns. It also includes forecasting APIs for time series, graph regressors for network-structured data, and neural embedding models for high-cardinality IDs. The core runtime dependency is numpy; optional integrations (SHAP, H3, S2, DuckDB, Optuna, Polars, ONNX) are installed separately.","worth_installing":"Yes, if your data has inherent spatial, temporal, or relationship structure and you want to test whether that structure improves over a standard booster baseline. The library is actively maintained, has no known vulnerabilities, and supports modern Python versions. Install friction is moderate but manageable via prebuilt wheels. Not recommended if place/time structure is irrelevant to your problem or if a simple interpretable model already answers your question."},"id":"cartoboost","links":{"html":"https://skillfed.io/packages/cartoboost","md":"https://skillfed.io/packages/cartoboost.md","pypi":"https://pypi.org/project/cartoboost/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-22","license_spdx":null,"license_treatment":"permissive","name":"cartoboost","python_support":"supports_current","summary":"Rust-backed spatial boosting for tabular modeling and forecasting."},"popularity":{"monthly_downloads":152194,"position":10908,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.11"}
