Skip to main content
Ctrl+K
Gloria 0.1.1 documentation - Home Gloria 0.1.1 documentation - Home
  • Getting Started
  • API Reference
  • GitHub
  • Getting Started
  • API Reference
  • GitHub

Section Navigation

  • Gloria
    • gloria.Gloria
    • gloria.Gloria.is_fitted
    • gloria.Gloria.add_event
    • gloria.Gloria.add_external_regressor
    • gloria.Gloria.add_protocol
    • gloria.Gloria.add_seasonality
    • gloria.Gloria.fit
    • gloria.Gloria.from_dict
    • gloria.Gloria.from_json
    • gloria.Gloria.from_toml
    • gloria.Gloria.load_data
    • gloria.Gloria.make_future_dataframe
    • gloria.Gloria.plot
    • gloria.Gloria.plot_components
    • gloria.Gloria.predict
    • gloria.Gloria.to_dict
    • gloria.Gloria.to_json
  • Configuration
    • gloria.model_from_toml
  • Regressors
    • gloria.ExternalRegressor
    • gloria.Seasonality
    • gloria.SingleEvent
    • gloria.IntermittentEvent
    • gloria.PeriodicEvent
    • gloria.Holiday
  • Profiles
    • gloria.BoxCar
    • gloria.Cauchy
    • gloria.Exponential
    • gloria.Gaussian
  • Protocols
    • gloria.CalendricData
    • gloria.Holiday
    • gloria.get_holidays
    • gloria.make_holiday_dataframe
  • Diagnostics
    • gloria.cross_validation
    • gloria.performance_metrics
  • Serialization
    • gloria.model_from_dict
    • gloria.model_from_json
    • gloria.model_to_dict
    • gloria.model_to_json
  • Miscellaneous
    • gloria.cast_series_to_kind
    • gloria.infer_sampling_period
  • API Reference

API Reference#

This page describes the intentionally compact public API of Gloria, which is exposed through the from gloria import * wildcard import. Anything documented here can be considered stable and safe to use. Anything not documented should be treated as private and subject to change without notice.

API Reference#

  • Gloria
  • Configuration
  • Regressors
  • Profiles
  • Protocols
  • Diagnostics
  • Serialization
  • Miscellaneous

previous

External Regressors

next

Gloria

On this page
  • API Reference
  • API Reference