-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] update website to 1.0.0rc8 (#1538)
* update contents.rst first paragraph * remove deprecated check_nblink_files.py * add Mlflow * update main contents.rst * improve main page * update conf contents * update conf contents 2 * update notebooks * include whole codebase
- Loading branch information
1 parent
5a3fabf
commit 6906ee8
Showing
26 changed files
with
488 additions
and
714 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.components.base | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.components.future_regressors.base | ||
:members: | ||
|
||
.. automodule:: neuralprophet.components.future_regressors.linear | ||
:members: | ||
|
||
.. automodule:: neuralprophet.components.future_regressors.neural_nets | ||
:members: | ||
|
||
.. automodule:: neuralprophet.components.future_regressors.shared_neural_nets_coef | ||
:members: | ||
|
||
.. automodule:: neuralprophet.components.future_regressors.shared_neural_nets | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.components.router | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.components.seasonality.base | ||
:members: | ||
|
||
.. automodule:: neuralprophet.components.seasonality.fourier | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.components.trend.base | ||
:members: | ||
|
||
.. automodule:: neuralprophet.components.trend.linear | ||
:members: | ||
|
||
.. automodule:: neuralprophet.components.trend.piecewise_linear | ||
:members: | ||
|
||
.. automodule:: neuralprophet.components.trend.static | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.custom_loss_metrics | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.data.process | ||
:members: |
2 changes: 1 addition & 1 deletion
2
docs/source/code/event_utils.rst → docs/source/code/data/split.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.event_utils | ||
.. automodule:: neuralprophet.data.split | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.data.transform | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. toctree:: | ||
:hidden: | ||
:maxdepth: 1 | ||
|
||
configure.py <configure> | ||
df_utils.py <df_utils> | ||
hdays_utils.py <hdays_utils> | ||
plot_forecast_plotly.py <plot_forecast_plotly> | ||
plot_forecast_matplotlib.py <plot_forecast_matplotlib> | ||
plot_model_parameters_plotly.py <plot_model_parameters_plotly> | ||
plot_model_parameters_matplotlib.py <plot_model_parameters_matplotlib> | ||
time_dataset.py <time_dataset> | ||
time_net.py <time_net> | ||
utils.py <utils> | ||
NeuralProphet Class | ||
----------------------- | ||
|
||
.. automodule:: neuralprophet.forecaster | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Code Documentation | ||
========================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
forecaster.py (NeuralProphet) <forecaster> | ||
configure.py <configure> | ||
time_dataset.py <time_dataset> | ||
time_net.py <time_net> | ||
torch_prophet.py <torch_prophet> | ||
uncertainty.py <uncertainty> | ||
data/process.py <data/process> | ||
data/split.py <data/split> | ||
data/transform.py <data/transform> | ||
components/router.py <components/router> | ||
components/base.py <components/base> | ||
components/future_regressors <components/future_regressors/index> | ||
components/seasonality <components/seasonality/index> | ||
components/trend <components/trend/index> | ||
plot_forecast_plotly.py <plot_forecast_plotly> | ||
plot_forecast_matplotlib.py <plot_forecast_matplotlib> | ||
plot_model_parameters_plotly.py <plot_model_parameters_plotly> | ||
plot_model_parameters_matplotlib.py <plot_model_parameters_matplotlib> | ||
utils.py <utils> | ||
df_utils.py <df_utils> | ||
hdays_utils.py <hdays_utils> | ||
plot_utils.py <plot_utils> | ||
utils_metrics.py <utils_metrics> | ||
utils_torch.py <utils_torch> | ||
custom_loss_metrics.py <custom_loss_metrics> | ||
logger.py <logger> | ||
np_types.py <np_types> | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.logger | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.np_types | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.plot_utils | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.torch_prophet | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.uncertainty | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.utils_metrics | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Core Module Documentation | ||
========================== | ||
|
||
.. automodule:: neuralprophet.utils_torch | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
392 changes: 54 additions & 338 deletions
392
docs/source/how-to-guides/feature-guides/global_local_modeling.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.