eto-ai / rikai

Parquet-based ML data format optimized for working with unstructured data
https://rikai.readthedocs.io/en/latest/
Apache License 2.0
137 stars 19 forks source link

ModelType should be directly callable in python/pandas #533

Open eddyxu opened 2 years ago

eddyxu commented 2 years ago

Improve api / developer experience to build new model types and use model types without Spark

da-liii commented 2 years ago

The Model Type approach is much better. For me, I need utilities to test model types without Spark.

da-liii commented 2 years ago

Test MODEL_TYPE without Spark Session: https://github.com/eto-ai/rikai/pull/546