Welcome to Flow Forecast’s documentation!
Flow Forecast is a deep learning for time series forecasting framework written in PyTorch. Flow Forecast makes it easy to train PyTorch Forecast models on a wide variety of datasets. This documentation describes the internal Python code that makes up Flow Forecast.
General:
- Model Evaluation
stream_baseline()get_model_r2_score()get_r2_value()get_value()evaluate_model()run_evaluation()infer_on_torch_model()handle_later_ev()handle_evaluation_series_loader()handle_ci_multi()generate_predictions()generate_predictions_non_decoded()generate_decoded_predictions()generate_prediction_samples()
- Long Train
- Model Dictionaries
- Pre Dictionaries
- PyTorch Training
- Time Model
- Trainer
- Explain Model Output
- Utilities
Preprocessing:
Custom: