Jan Rygl

Results 3 issues of Jan Rygl

Hello, I would like to report wrong usage of `assert x is y` line: https://github.com/cfournie/segmentation.evaluation/blob/master/segeval/window/windowdiff.py line 110 ``` python assert len(window) is window_size + 1 ``` fails. It should be...

Building LSI model from SqliteDict corpus loads the whole SqliteDict into memory. How to simulate: ``` python from sqlitedict import SqliteDict from gensim.models import TfidfModel, LsiModel from gensim.models.lsimodel import Projection...

bug

In notebook http://optunity.readthedocs.org/en/latest/notebooks/notebooks/sklearn-automated-classification.html?highlight=forest, there is an example how to use optunity with scikit-learn for RandomForestClassifier: Scikit-learn classifiers require integer values for some parameters, but optunity always return floats. In your...

enhancement
Python