Skip to content

Commit

Permalink
remove break tags from models page
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Nov 10, 2023
1 parent 4f71c46 commit d7663de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nbs/models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@
"source": [
"# Models\n",
"\n",
"> NeuralForecast contains user-friendly implementations of neural forecasting models that allow for easy transition of computing capabilities (GPU/CPU), computation parallelization, and hyperparameter tuning.<br><br> All the NeuralForecast models are \"global\" because we train them with all the series from the input pd.DataFrame data `Y_df`, yet the optimization objective is, momentarily, \"univariate\" as it does not consider the interaction between the output predictions across time series. Like the StatsForecast library, `core.NeuralForecast` allows you to explore collections of models efficiently and contains functions for convenient wrangling of input and output pd.DataFrames predictions."
"> NeuralForecast contains user-friendly implementations of neural forecasting models that allow for easy transition of computing capabilities (GPU/CPU), computation parallelization, and hyperparameter tuning.\n",
">\n",
"> All the NeuralForecast models are \"global\" because we train them with all the series from the input pd.DataFrame data `Y_df`, yet the optimization objective is, momentarily, \"univariate\" as it does not consider the interaction between the output predictions across time series. Like the StatsForecast library, `core.NeuralForecast` allows you to explore collections of models efficiently and contains functions for convenient wrangling of input and output pd.DataFrames predictions."
]
},
{
Expand Down

0 comments on commit d7663de

Please sign in to comment.