Share my project: The Hard Way to Go Through All M...
# general
b
Share my project: The Hard Way to Go Through All Models in Sklearn It is managed by pants https://github.com/da-tubi/rikai-sklearn
đź‘€ 1
h
Hi Darcy! Can you tell us a bit more about what’s in this repo?
b
Rikai is a SQL-ML project: https://github.com/eto-ai/rikai rikai-sklearn is the sklearn integration with rikai
I tried to suggest we should adopt pants for Rikai, but I tried pants’ scala build, for packaging, I find it hard to package the library only.
And for python, it is hard to publish to pypi (migrating from setup.py
I tried pants’ scala build, for packaging, I find it hard to package the library only
There are no java_package or scala_package like go_package
https://github.com/pantsbuild/pants/pull/17251 It seems with the PR, I can make pants work well for Scala project. https://github.com/eto-ai/rikai/pull/711/files And I tried to migrate to rikai to pants, it is a bit hard for us, because there are two many dependencies in rikai:
tensorflow
,
pytorch
,
pyspark
. CI takes a long time. I have to re-organize the code to make tensorflow/pytorch integration in a separated module to make it work. But I guess the owner of the project will not like it.