Jacob Alber
Jacob Alber
I cannot find documentation about whether PyCharm has more support for IPython (particularly IPython.dispay, for widgets) than their support for Jupyter Notebooks, but the below might bridge the gap @wikiwen:...
Hi @vedantbhatia, thank you for your question. When you specify the different parameters, it will use one of the two existing policies: the "reference" policy and the current "learning" policy...
Hi @Sandy4321 thanks for filing this issue. Could you expand a bit on what you would like to see here? Is the question about how to enable "quantile" loss when...
Sorry, I am still a bit confused about the specific question here. Switching the loss function to "quantile" (or others) in Python is done the same way as setting any...
In the SciKit case, the configuration options are passed in the same way as for pyvw: So, if you want to have VWClassifier run with quantile loss, you would specify:...
> why um4 , what is it um4 and how to find answer on this kind of questions for people who is not familiar with VW > but only starting...
This is likely involved with #2175
FYI, libFM is under GPL 3.0. We cannot use their code in VW.
I think this is to do with overloading of class-id and action index in the CB stack. Since class-id is an internal implementation detail, in some sense, of CB, exposing...
Hey @jackgerrits - could you expand a bit on how you think it would be layered? Are you thinking of creating a proxy object that drives the underlying vw object?...