Jiting Xu

Results 32 issues of Jiting Xu

Added support for conda install to make the package more accessible to users who prefer managing dependencies with Conda.

Add a `Select` step, opposite to `Drop` step. Use it as column filters in the last-mile preprocessing. ```python import ibis_ml as ml recipe = ml.Recipe( # to be added ml.Select(ml.numeric()),...