Krisztián Szűcs
Krisztián Szűcs
Using protobuf-to-dict was a great experience! I've tried to make some improvements here https://github.com/kszucs/proxo I'd love to see your feedback! :)
Drone is not available anymore, and the lack of public CI blocks merging PRs.
Due to the use of connection pool by default, the `async with self.pool.acquire()` idiom is required in most of the database methods. The async with hell gets complicated in the...
@fulibacsi We should discuss the next release, version support, etc. @taynaud has implemented some interesting stuff like `to_scikit`! @taynaud welcome among the core contributors :)
PySpark machine learning packages are getting more robust. It is considerable to make use of the already implemented distributed algorithms through an `sklearn` compatible interface instead of porting the non-distributed...