Usage ===== - Training a model - Making predictions - Evaluating a model Training a model ---------------- To train a model, you need configure the config.json file and run the following command: .. code-block:: bash lstm-forecast train Making predictions ------------------ To make predictions: .. code-block:: bash lstm-forecast predict Optimization of hyperparameters ------------------------------- To optimize the hyperparameters of the model: .. code-block:: bash lstm-forecast optimize