Steve Yang
Steve Yang
**Is your feature request related to a problem? Please describe.** The API for interface must be maintained separately in multiple classes now. **Describe the solution you'd like** Write a regression...
**Describe the solution you'd like** Implement a new model class for bayesian linear regression without trend component **Additional context** This would open up Orbit for general bayesian linear regression which...
Allow users to use dictionary for `regressor_beta_prior` and `regressor_sigma_prior` args to selectively input priors. For example, suppose we have `feature1` through `feature5`, but only want custom priors for `feature1` and...
Implement a class to handle multiple univariate time series cases. In other words, a vector of response columns, but each series is still independent
Hello there! Is there a way to refer to a relative file path from within a spout or bolt? I usually use something like `os.path.dirname(os.path.realpath(__file__))` to do so, however, it...