-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Description
Following on the creation of the command flexmeasures show reporters (PR #686), this could be replicated for the Forecaster class. This command should look something like this:
Command Syntax
$ flexmeasures show forecasters
Example Output
Forecasters:
name version author module
-------------- --------- -------- --------------------------------------------------
Naive 1 flexmeasures.data.models.forecasting.naive
This command should list all the forecasters available from the flexmeasures and from all the plugins registered to the instance, as well.
Reactions are currently unavailable