Ashley Scillitoe
Ashley Scillitoe
> * No dependency on `pystan` due to stopped development, the `stan` backend used now is `cmdstanpy` > * Wheels provided for all major platforms and Python versions so no...
> Also note that I've manually checked the save/load functionality still works (we don't have a test for it, happy to add?). When you say save/load functionality, what are you...
> > When you say save/load functionality, what are you referring to? Saving and loading `OutlierProphet` via `save_detector` and `load_detector`? > > Yup, that's the one. There is actually one...
@mauicv I can't figure out why this error only appears intermittently (I actually can't reproduce locally), but it is part of a larger issue we have with `x_ref/x` being typed...
Hi again @karthik-v-b, before delving more into the details, can I just check that you are in fact passing in a reference data set and a test data set? i.e....
Hi @karthik-v-b, please see [this gist](https://gist.github.com/ascillitoe/f549295fce349980b0a4e384f9c7f8fe) for a version of your notebook that should now work as intended. I've made a number of changes here: - you had a typo...
Hi @sathyagorla, to deal with large datasets you would ordinarily deal with your data in batches via the `batch_size` kwarg's. Exactly where and how you do this depends on your...
Hi @sathyagorla, glad to hear you are able to run on large datasets now 👍🏻 Regarding your follow-up question, I'm afraid I am not entirely clear about what you are...
Closing for now. Please feel free to open if any follow-up questions!
*setting `np.random.seed(seed)` where `seed` is an `int` of your choosing. We might to want to keep this issue opening regardless as could probably do with thinking about replacing all the...