-
Notifications
You must be signed in to change notification settings - Fork 1.9k
add scikit-learn recipe and dependencies #2539
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
base: develop
Are you sure you want to change the base?
Conversation
Cool, but I get this error:
|
joblib/multiprocessing functionality of sklearn does not work due to the |
I tested this and it seems to work fine! Although, joblib still throws the warning that it will run in serial mode. Perhaps sklearn version can be bumped also to 1.x? Thank you @mzakharo |
Move to ndk 23 in develop branch breaks fortran build. Not sure how to
overvome this.
…On Sat, Jun 4, 2022, 1:13 PM Nemanja Milosevic ***@***.***> wrote:
I tested this and it seems to work fine! Although, joblib still throws the
warning that it will run in serial mode. Perhaps sklearn version can be
bumped also to 1.x?
Thank you @mzakharo <https://github.com/mzakharo>
—
Reply to this email directly, view it on GitHub
<#2539 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEKUO4TZEHBPFTOCEGCBNLVNOFCZANCNFSM5L6V5R3A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yeah, unfortunately even if I tried, FORTRAN support on Android with the new build tools (which does not have GCC support) is hard. See: #2550 (comment) Maybe we can talk about an "alternative" way to support it on Edit: Feel free to ping me for a chat on Discord #dev channel |
#2615 for scipy/lapack hopefully overcomes the limitations of the latest NDK releases |
It got merged, did anyone test this PR with it? |
Adding support for one of the most popular machine-learning frameworks in python.