Contents Menu Expand Light mode Dark mode Auto light/dark mode
GluonTS 文档
Logo
GluonTS 文档

入门

  • 安装
  • 背景
  • 概念
  • 可用模型

教程

  • 基本用法
    • 快速入门教程
    • 扩展预测教程
    • 分层模型教程
  • 数据操作
    • 基于pandas.DataFrame的数据集
    • 将数据集拆分为训练集和测试集
    • 合成数据生成
  • 进阶
    • 使用 PyTorch 构建自定义模型
    • 使用 Optuna 调优模型
    • 训练器回调

API 文档

  • API 文档
    • gluonts.core 包
      • gluonts.core.serde 包
        • gluonts.core.serde.flat 模块
        • gluonts.core.serde.np 模块
        • gluonts.core.serde.pd 模块
      • gluonts.core.component 模块
      • gluonts.core.settings 模块
    • gluonts.dataset 包
      • gluonts.dataset.arrow 包
        • gluonts.dataset.arrow.dec 模块
        • gluonts.dataset.arrow.enc 模块
        • gluonts.dataset.arrow.file 模块
      • gluonts.dataset.artificial 包
        • gluonts.dataset.artificial.ar_p 模块
        • gluonts.dataset.artificial.recipe 模块
      • gluonts.dataset.repository 包
        • gluonts.dataset.repository.datasets 模块
      • gluonts.dataset.schema 包
        • gluonts.dataset.schema.translate 模块
      • gluonts.dataset.common 模块
      • gluonts.dataset.field_names 模块
      • gluonts.dataset.hierarchical 模块
      • gluonts.dataset.jsonl 模块
      • gluonts.dataset.loader 模块
      • gluonts.dataset.multivariate_grouper 模块
      • gluonts.dataset.pandas 模块
      • gluonts.dataset.split 模块
      • gluonts.dataset.stat 模块
      • gluonts.dataset.util 模块
    • gluonts.ev 包
      • gluonts.ev.aggregations 模块
      • gluonts.ev.metrics 模块
      • gluonts.ev.stats 模块
      • gluonts.ev.ts_stats 模块
    • gluonts.evaluation 包
      • gluonts.evaluation.backtest 模块
      • gluonts.evaluation.metrics 模块
    • gluonts.ext 包
      • gluonts.ext.naive_2 包
      • gluonts.ext.prophet 包
      • gluonts.ext.r_forecast 包
        • gluonts.ext.r_forecast.util 模块
      • gluonts.ext.rotbaum 包
      • gluonts.ext.hierarchicalforecast 模块
      • gluonts.ext.statsforecast 模块
    • gluonts.meta 包
      • gluonts.meta.cli 模块
      • gluonts.meta.colors 模块
      • gluonts.meta.style 模块
    • gluonts.model 包
      • gluonts.model.npts 包
      • gluonts.model.seasonal_agg 包
      • gluonts.model.seasonal_naive 包
      • gluonts.model.trivial 包
        • gluonts.model.trivial.constant 模块
        • gluonts.model.trivial.identity 模块
        • gluonts.model.trivial.mean 模块
      • gluonts.model.estimator 模块
      • gluonts.model.evaluation 模块
      • gluonts.model.forecast 模块
      • gluonts.model.forecast_generator 模块
      • gluonts.model.inputs 模块
      • gluonts.model.predictor 模块
    • gluonts.mx 包
      • gluonts.mx.block 包
        • gluonts.mx.block.cnn 模块
        • gluonts.mx.block.decoder 模块
        • gluonts.mx.block.dropout 模块
        • gluonts.mx.block.enc2dec 模块
        • gluonts.mx.block.encoder 模块
        • gluonts.mx.block.feature 模块
        • gluonts.mx.block.mlp 模块
        • gluonts.mx.block.quantile_output 模块
        • gluonts.mx.block.regularization 模块
        • gluonts.mx.block.rnn 模块
        • gluonts.mx.block.scaler 模块
        • gluonts.mx.block.sndense 模块
        • gluonts.mx.block.snmlp 模块
      • gluonts.mx.distribution 包
        • gluonts.mx.distribution.beta 模块
        • gluonts.mx.distribution.bijection 模块
        • gluonts.mx.distribution.bijection_output 模块
        • gluonts.mx.distribution.binned 模块
        • gluonts.mx.distribution.box_cox_transform 模块
        • gluonts.mx.distribution.categorical 模块
        • gluonts.mx.distribution.deterministic 模块
        • gluonts.mx.distribution.dirichlet 模块
        • gluonts.mx.distribution.dirichlet_multinomial 模块
        • gluonts.mx.distribution.distribution 模块
        • gluonts.mx.distribution.distribution_output 模块
        • gluonts.mx.distribution.empirical_distribution 模块
        • gluonts.mx.distribution.gamma 模块
        • gluonts.mx.distribution.gaussian 模块
        • gluonts.mx.distribution.genpareto 模块
        • gluonts.mx.distribution.inflated_beta 模块
        • gluonts.mx.distribution.iresnet 模块
        • gluonts.mx.distribution.isqf 模块
        • gluonts.mx.distribution.laplace 模块
        • gluonts.mx.distribution.lds 模块
        • gluonts.mx.distribution.logit_normal 模块
        • gluonts.mx.distribution.lowrank_gp 模块
        • gluonts.mx.distribution.lowrank_multivariate_gaussian 模块
        • gluonts.mx.distribution.mixture 模块
        • gluonts.mx.distribution.multivariate_gaussian 模块
        • gluonts.mx.distribution.nan_mixture 模块
        • gluonts.mx.distribution.neg_binomial 模块
        • gluonts.mx.distribution.piecewise_linear 模块
        • gluonts.mx.distribution.poisson 模块
        • gluonts.mx.distribution.student_t 模块
        • gluonts.mx.distribution.transformed_distribution 模块
        • gluonts.mx.distribution.transformed_distribution_output 模块
        • gluonts.mx.distribution.uniform 模块
      • gluonts.mx.kernels 包
      • gluonts.mx.model 包
        • gluonts.mx.model.canonical 包
        • gluonts.mx.model.deep_factor 包
          • gluonts.mx.model.deep_factor.RNNModel 模块
        • gluonts.mx.model.deepar 包
        • gluonts.mx.model.deepstate 包
          • gluonts.mx.model.deepstate.issm 模块
        • gluonts.mx.model.deepvar 包
        • gluonts.mx.model.deepvar_hierarchical 包
        • gluonts.mx.model.gp_forecaster 包
          • gluonts.mx.model.gp_forecaster.gaussian_process 模块
        • gluonts.mx.model.gpvar 包
        • gluonts.mx.model.lstnet 包
        • gluonts.mx.model.n_beats 包
        • gluonts.mx.model.renewal 包
        • gluonts.mx.model.seq2seq 包
        • gluonts.mx.model.simple_feedforward 包
        • gluonts.mx.model.tft 包
        • gluonts.mx.model.tpp 包
          • gluonts.mx.model.tpp.deeptpp 包
          • gluonts.mx.model.tpp.distribution 包
            • gluonts.mx.model.tpp.distribution.base 模块
            • gluonts.mx.model.tpp.distribution.loglogistic 模块
            • gluonts.mx.model.tpp.distribution.weibull 模块
          • gluonts.mx.model.tpp.forecast 模块
          • gluonts.mx.model.tpp.predictor 模块
        • gluonts.mx.model.transformer 包
          • gluonts.mx.model.transformer.layers 模块
          • gluonts.mx.model.transformer.trans_decoder 模块
          • gluonts.mx.model.transformer.trans_encoder 模块
        • gluonts.mx.model.wavenet 包
        • gluonts.mx.model.estimator 模块
        • gluonts.mx.model.forecast 模块
        • gluonts.mx.model.forecast_generator 模块
        • gluonts.mx.model.predictor 模块
      • gluonts.mx.representation 包
        • gluonts.mx.representation.binning_helpers 模块
        • gluonts.mx.representation.custom_binning 模块
        • gluonts.mx.representation.dim_expansion 模块
        • gluonts.mx.representation.discrete_pit 模块
        • gluonts.mx.representation.embedding 模块
        • gluonts.mx.representation.global_relative_binning 模块
        • gluonts.mx.representation.hybrid_representation 模块
        • gluonts.mx.representation.local_absolute_binning 模块
        • gluonts.mx.representation.mean_scaling 模块
        • gluonts.mx.representation.representation 模块
        • gluonts.mx.representation.representation_chain 模块
      • gluonts.mx.trainer 包
        • gluonts.mx.trainer.callback 模块
        • gluonts.mx.trainer.learning_rate_scheduler 模块
        • gluonts.mx.trainer.model_averaging 模块
        • gluonts.mx.trainer.model_iteration_averaging 模块
      • gluonts.mx.activation 模块
      • gluonts.mx.batchify 模块
      • gluonts.mx.component 模块
      • gluonts.mx.context 模块
      • gluonts.mx.linalg_util 模块
      • gluonts.mx.prelude 模块
      • gluonts.mx.serde 模块
      • gluonts.mx.util 模块
    • gluonts.shell 包
      • gluonts.shell.sagemaker 包
        • gluonts.shell.sagemaker.dyn 模块
        • gluonts.shell.sagemaker.nested_params 模块
        • gluonts.shell.sagemaker.params 模块
        • gluonts.shell.sagemaker.serve 模块
        • gluonts.shell.sagemaker.train 模块
      • gluonts.shell.serve 包
        • gluonts.shell.serve.app 模块
      • gluonts.shell.env 模块
      • gluonts.shell.exceptions 模块
      • gluonts.shell.train 模块
      • gluonts.shell.util 模块
    • gluonts.testutil 包
      • gluonts.testutil.batchify 模块
      • gluonts.testutil.dummy_datasets 模块
      • gluonts.testutil.equality 模块
      • gluonts.testutil.shell 模块
    • gluonts.time_feature 包
      • gluonts.time_feature.holiday 模块
      • gluonts.time_feature.lag 模块
      • gluonts.time_feature.seasonality 模块
    • gluonts.torch 包
      • gluonts.torch.distributions 包
        • gluonts.torch.distributions.affine_transformed 模块
        • gluonts.torch.distributions.binned_uniforms 模块
        • gluonts.torch.distributions.discrete_distribution 模块
        • gluonts.torch.distributions.distribution_output 模块
        • gluonts.torch.distributions.generalized_pareto 模块
        • gluonts.torch.distributions.implicit_quantile_network 模块
        • gluonts.torch.distributions.isqf 模块
        • gluonts.torch.distributions.negative_binomial 模块
        • gluonts.torch.distributions.output 模块
        • gluonts.torch.distributions.piecewise_linear 模块
        • gluonts.torch.distributions.quantile_output 模块
        • gluonts.torch.distributions.spliced_binned_pareto 模块
        • gluonts.torch.distributions.studentT 模块
        • gluonts.torch.distributions.truncated_normal 模块
      • gluonts.torch.model 包
        • gluonts.torch.model.d_linear 包
          • gluonts.torch.model.d_linear.estimator 模块
          • gluonts.torch.model.d_linear.lightning_module 模块
          • gluonts.torch.model.d_linear.module 模块
        • gluonts.torch.model.deep_npts 包
          • gluonts.torch.model.deep_npts.scaling 模块
        • gluonts.torch.model.deepar 包
          • gluonts.torch.model.deepar.estimator 模块
          • gluonts.torch.model.deepar.lightning_module 模块
          • gluonts.torch.model.deepar.module 模块
        • gluonts.torch.model.i_transformer 包
          • gluonts.torch.model.i_transformer.estimator 模块
          • gluonts.torch.model.i_transformer.lightning_module 模块
          • gluonts.torch.model.i_transformer.module 模块
        • gluonts.torch.model.lag_tst 包
          • gluonts.torch.model.lag_tst.estimator 模块
          • gluonts.torch.model.lag_tst.lightning_module 模块
          • gluonts.torch.model.lag_tst.module 模块
        • gluonts.torch.model.mqf2 包
          • gluonts.torch.model.mqf2.distribution 模块
          • gluonts.torch.model.mqf2.estimator 模块
          • gluonts.torch.model.mqf2.icnn_utils 模块
          • gluonts.torch.model.mqf2.lightning_module 模块
          • gluonts.torch.model.mqf2.module 模块
        • gluonts.torch.model.patch_tst 包
          • gluonts.torch.model.patch_tst.estimator 模块
          • gluonts.torch.model.patch_tst.lightning_module 模块
          • gluonts.torch.model.patch_tst.module 模块
        • gluonts.torch.model.simple_feedforward 包
          • gluonts.torch.model.simple_feedforward.estimator 模块
          • gluonts.torch.model.simple_feedforward.lightning_module 模块
          • gluonts.torch.model.simple_feedforward.module 模块
        • gluonts.torch.model.tft 包
          • gluonts.torch.model.tft.estimator 模块
          • gluonts.torch.model.tft.layers 模块
          • gluonts.torch.model.tft.lightning_module 模块
          • gluonts.torch.model.tft.module 模块
        • gluonts.torch.model.tide 包
          • gluonts.torch.model.tide.estimator 模块
          • gluonts.torch.model.tide.lightning_module 模块
          • gluonts.torch.model.tide.module 模块
        • gluonts.torch.model.wavenet 包
          • gluonts.torch.model.wavenet.estimator 模块
          • gluonts.torch.model.wavenet.lightning_module 模块
          • gluonts.torch.model.wavenet.module 模块
        • gluonts.torch.model.estimator 模块
        • gluonts.torch.model.forecast 模块
        • gluonts.torch.model.forecast_generator 模块
        • gluonts.torch.model.lightning_util 模块
        • gluonts.torch.model.predictor 模块
      • gluonts.torch.modules 包
        • gluonts.torch.modules.feature 模块
        • gluonts.torch.modules.lambda_layer 模块
        • gluonts.torch.modules.lookup_table 模块
      • gluonts.torch.batchify 模块
      • gluonts.torch.component 模块
      • gluonts.torch.prelude 模块
      • gluonts.torch.scaler 模块
      • gluonts.torch.util 模块
    • gluonts.transform 包
      • gluonts.transform.convert 模块
      • gluonts.transform.feature 模块
      • gluonts.transform.field 模块
      • gluonts.transform.sampler 模块
      • gluonts.transform.split 模块
    • gluonts.zebras 包
      • gluonts.zebras.schema 模块
    • gluonts.env 模块
    • gluonts.exceptions 模块
    • gluonts.gluonts_tqdm 模块
    • gluonts.itertools 模块
    • gluonts.json 模块
    • gluonts.maybe 模块
    • gluonts.util 模块

开发

  • 贡献指南
  • 开发环境搭建
回到顶部

基本用法#

  • 快速入门教程
  • 扩展预测教程
  • 分层模型教程
下一页
快速入门教程
上一页
可用模型
版权所有 © 2022, Amazon
使用 Sphinx 和 @pradyunsg 的 Furo 构建