Krisztián Szűcs
Krisztián Szűcs
@marijngiesen Would be anyone interested in to develop it? Sadly I don't have time to work on it.
Hey @vlad1777d ! Thanks for the PR! Hopefully I'll have time to checkout the issue in the next couple of days. Merry Xmas until that!
@vlad1777d Still couldn't find time, but I work on it.
Hey @leigeng2014! Currently aiopeewee requires python 3.6 due to asynchronous generators, can you update your interpreter?
@kakarot9 Do You have pytest-asyncio installed?
Ohh sorry, wrong scope - I was thinking for a test suite problem. Actually the README example is wrong, connect doesn't accept a loop argument: https://github.com/kszucs/aiopeewee/blob/master/aiopeewee/database.py#L162 Could You check (e.g....
First of all, thanks for the PR! I hope You don't mind, but I'd like to request a couple of changes: - don't rename the `tests` directory to `test` -...
What is the version of scikit-learn?
Sadly this is a bug indeed. Sparkit trains sklearn's linear models in parallel, then averages them in a reduce step. There is at least one block, which contains only one...
As far as I know only PySpark can use the JVM, the opposite direction won't work. I suggest You to use the latest Spark. Now the mllib and ml packages...