Skip to content

Commit

Permalink
Fix link to models.py in autobnn example colab.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 620364699
  • Loading branch information
ColCarroll authored and tensorflower-gardener committed Mar 29, 2024
1 parent eaee193 commit f6b0f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discussion/examples/Forecasting_With_AutoBNN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
"\n",
"Manually specifying a kernel, like we did above, can be useful in many situations. The true power of the AutoBNN framework, though, lies in its ability to discover structure directly from the data. Below we run the same MAP estimator with the `sum_of_products` model, which is one of the model families distributed with the AutoBNN packages.\n",
"\n",
"This kernel uses a continuous relaxation over periodic, linear, exponentiated quadratic, second-degree polynomial and identity leaves as the basic structure. It then combines four such subtrees by first adding them in pairs, and multiplying the final two subtrees. This is a structure that we empirically found to be suitable to model a wide variety of time series. It can serve as a useful starting point for further exploration. Other model families supporting structure discovery can be found in the [models.py](https://github.com/tensorflow/probability/blob/main/tensorflow_probability/python/experimental/autobnn/models.py) file."
"This kernel uses a continuous relaxation over periodic, linear, exponentiated quadratic, second-degree polynomial and identity leaves as the basic structure. It then combines four such subtrees by first adding them in pairs, and multiplying the final two subtrees. This is a structure that we empirically found to be suitable to model a wide variety of time series. It can serve as a useful starting point for further exploration. Other model families supporting structure discovery can be found in the [models.py](https://github.com/tensorflow/probability/blob/main/spinoffs/autobnn/autobnn/models.py) file."
]
},
{
Expand Down

0 comments on commit f6b0f31

Please sign in to comment.