Thanks to visit codestin.com
Credit goes to github.com

Skip to content

0.3.0

Choose a tag to compare

@avibryant avibryant released this 09 Feb 17:30
· 30 commits to develop since this release

This is a complete overhaul of the API and of some parts of the implementation.

Most notably:

  • RandomVariable has been removed
  • Predictor has been replaced by a much more general Vec
  • the various fit methods on those two have been replaced by Model.observe
  • constants in the compute graph can now be vectors as well as scalars

See https://rainier.fit for more complete documentation of the new API.