-
I was struggling 2 days in vain trying to parallelize Hyperopt. One of the problems I ran into is described [in this issue](https://github.com/hyperopt/hyperopt/issues/241). It concerns deprecated pym…
-
The Dsjson parser makes an assumption that the `_slots` field must come after `_multi`, if fact ordering is very important in the json parsing because of event based nature. We should make it more rob…
-
https://github.com/VowpalWabbit/vowpal_wabbit/blob/895d347d6426234eaf8ebf70ee63daefdec908ef/vowpalwabbit/cb_explore_adf_cover.cc#L236
option.replace seems to only replace the command line argument …
-
The bandits statlog Vowpal wabbit example is not able to load the model at the step
bandits_experiment.deploy_model(model_id=bandits_experiment.last_trained_model_id)
Here is trace:
algo-1-y…
tvkpz updated
4 years ago
-
### Description
> A brief description of the error, missing documentation or what you would like added
it is not clear how to find explanations/ example how to code in python
Quantile Loss for s…
-
### Description
> A brief description of the error, missing documentation or what you would like added
Can I please have an example for how to use the search_rollin and search rollout parameters…
-
I am trying to integrate different models of `sklearn` with `VWRegerssor` and `VWClassifier`.
But I am a little bit confused with VW and How it works.
Let's assume I am trying to implement/integ…
-
**Is your feature request related to a problem? Please describe.**
Let's see the current training settings:
var settings = new BinaryExperimentSettings
{
MaxExperim…
-
I tried a sort of transfer learning: I collected some wiki-corpus with text and categories modalities, fitted it to train model some scientific slang relative to science categories, then I tried to fi…
-
## Short description
Force reductions to only add metrics in their own namespace. The metrics output dictionary should then be some sort of dictionary[reduction_name_str, dictionary]
## **Poss…