Porting Libraries important for Machine Learning to Micropython
Posted: Tue Mar 30, 2021 12:11 pm
Hi,
Is there any work in progress about migrating ML-related libraries like Pandas and Numpy to Micropython.
I am trying to implement an Isolation Forest https://scikit-learn.org/stable/modules ... orest.html on Pycom LoPy board but could not succeed due to lack of those libraries. I have tried to convert by myself but I guess it is something that I am capable to do it alone.
So, I am just curious if there is any work is being done regarding porting such a libraries? I could not find any on GitHub.
Is there any work in progress about migrating ML-related libraries like Pandas and Numpy to Micropython.
I am trying to implement an Isolation Forest https://scikit-learn.org/stable/modules ... orest.html on Pycom LoPy board but could not succeed due to lack of those libraries. I have tried to convert by myself but I guess it is something that I am capable to do it alone.
So, I am just curious if there is any work is being done regarding porting such a libraries? I could not find any on GitHub.