-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skorch #4
Comments
Hello - skorch is awesome in Python but is anyone able to run torch in reticulate with Rstudio? I recently tried it and ran into rstudio/reticulate#273 I'm interested to write an mlr3 wrapper for fast.ai and its bag of tricks including a tabular learner but did not get very far due to that. |
Hey, nice to see someone looking into this! I looked at this for a bit earlier this year, (basically also looking into fast.ai tabular learners) and did not get very far as well. I haven't looked too deep into actually directly calling fast.ai functions (which would be cool). |
Just from the top of my head, what I would like to have from fast.ai that is currently not available in mlr3keras:
Any other thoughts? If we can talk to fast.ai via reticulate and that all goes smoothly, this would be an optimal outcome I guess :) |
Should really look at skorch.readthedocs.io. I think this has many things we might want!
The text was updated successfully, but these errors were encountered: