Nixtla home pagelight logodark logo
    Models
    SparkLGBMForecast
  • TimeGPT
  • StatsForecast
  • MLForecast
  • NeuralForecast
  • HierarchicalForecast
  • UtilsForecast
  • DatasetsForecast
  • CoreForecast
    • mlforecast
    Getting Started
    • Install
    • Quick start (local)
    • Quick start (distributed)
    • End to end walkthrough
    How-to guides
    • Exogenous features
    • Lag transformations
    • Hyperparameter optimization
    • Using scikit-learn pipelines
    • Sample weights
    • Cross validation
    • Probabilistic forecasting
    • Target transformations
    • Analyzing the trained models
    • MLflow
    • Transforming exogenous features
    • Custom training
    • Training with numpy arrays
    • One model per step
    • Custom date features
    • Predict callbacks
    • Predicting a subset of ids
    • Transfer Learning
    Tutorials
    • Electricity Load Forecast
    • Detect Demand Peaks
    • Prediction intervals
    API Reference
    • Local
    • Distributed
      • Distributed Forecast
      • Models
        • DaskLGBMForecast
        • DaskXGBForecast
        • RayLGBMForecast
        • RayXGBForecast
        • SparkLGBMForecast
        • SparkXGBForecast
    Models

    SparkLGBMForecast

    spark LightGBM forecaster

    Wrapper of synapse.ml.lightgbm.LightGBMRegressor that adds an extract_local_model method to get a local version of the trained model and broadcast it to the workers.


    source

    ​
    SparkLGBMForecast

     SparkLGBMForecast ()
    

    Initialize self. See help(type(self)) for accurate signature.

    Was this page helpful?

    RayXGBForecastSparkXGBForecast
    githubslacktwitter
    Powered by Mintlify
    On this page
    • SparkLGBMForecast