Robert M.

Results 3 issues of Robert M.

I am using the basic ChaCha setup found in the User Guide `autovw = AutoVW(max_live_model_num=5, search_space={'interactions': AutoVW.AUTOMATIC})` however when running the line: `autovw.learn(sample)` where `sample` is a VowpalWabbit formatted string...

I noticed the Hyperparameter Tuning portion of RiverML is marked `ToDo`. With the exception of `SuccessiveHalving`, does anyone have any libraries that are easily compatible with River? I found `SpotPython`...

Discussion

As mentioned I get `RecursionError: maximum recursion depth exceeded while pickling an object` when attempting to pickle a model as per the FAQs (which in this case is actually a...

Bug