ibis-project / ibis-ml

IbisML is a library for building scalable ML pipelines using Ibis.
https://ibis-project.github.io/ibis-ml/
Apache License 2.0
96 stars 13 forks source link

Update scikit-learn.qmd #132

Closed koaning closed 2 months ago

koaning commented 3 months ago

I got an error message when trying to run this example locally because the Google Cloud Storage Python package seemed missing. Figured I might make a PR to add the installation to the quickstart for sklearn.

deepyaman commented 3 months ago

I got an error message when trying to run this example locally because the Google Cloud Storage Python package seemed missing. Figured I might make a PR to add the installation to the quickstart for sklearn.

This should get installed, as per https://github.com/ibis-project/ibis/blob/main/pyproject.toml#L75.

May be a wild guess, but what are you using to install? Wonder if something could be having trouble resolving the necessary extra...