Vivek Kulkarni

Results 5 issues of Vivek Kulkarni

Brief description: Step 1: Train a model on some training data and note the average loss: ``` vw -d eng_train_2.vw --loss_function logistic --oaa 6 --nn 32 -l 10 -f test_4.model...

Brief description of the problem: Step 1: Train a model using some data: ``` vw -d eng_train_2.vw --loss_function logistic --oaa 6 --nn 32 -l 10 -f test_4.model --passes 4 -c...

Steps to reproduce: Use example_sklearn.py. Try to pickle the best_estimator returned after the GridSearchCV: (pickle gs.best_estimator_) You will get the error: Traceback (most recent call last): File "example_sklearn1.py", line 66,...

``` 127 with self.vw_.training(): 128 for instance in examples: 129 self.vw_.push_instance(instance) 209 self.vw_process.stdin.write(('%s\n' % instance).encode('utf8')) 210 211 def start_predicting(self): 212 model_file = self.get_model_file() 213 # Be sure that the prediction...

gensim version downgraded to 0.10.1 as 0.10.2 does not install via easy_install due to this bug: https://groups.google.com/forum/#!topic/gensim/NSOXuP4IE9Q