Neural Prophet
Initialization of the Neural Prophet integration.
NeuralProphetIntegration
Bases: Integration
Definition of NeuralProphet integration for ZenML.
Source code in src/zenml/integrations/neural_prophet/__init__.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|
activate()
classmethod
Activates the integration.
Source code in src/zenml/integrations/neural_prophet/__init__.py
31 32 33 34 |
|