You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm finding the FileSet API really useful for jax/numpyro/pyro model development since I can use a torch dataloader and directly interface with snowflake without having to save anything locally. I'd love to not have to install pandas, sklearn, xgboost, lightgbm, and tensorflow in order to use the fileset api.
It would be great if this could have separate requirements, or be separated out, or have some of the clunky package requirements like those mentioned above be made optional
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Use FileSet module without additional requirements
SNOW-992407: Use FileSet module without additional requirements
Dec 15, 2023
Currently pandas, sklearn and xgboost are hard requirements, but all others are extra requirements that means unless installing via pip install snowflake-ml-python[lightgbm], pip install snowflake-ml-python[tensorflow] or pip install snowflake-ml-python[all], they won't be installed.
I'm finding the FileSet API really useful for jax/numpyro/pyro model development since I can use a torch dataloader and directly interface with snowflake without having to save anything locally. I'd love to not have to install pandas, sklearn, xgboost, lightgbm, and tensorflow in order to use the fileset api.
It would be great if this could have separate requirements, or be separated out, or have some of the clunky package requirements like those mentioned above be made optional
The text was updated successfully, but these errors were encountered: