Machine Learning python Lib in Ironpython

Hi All,
Is there away to use Sklearn, Pandas and Scipy in python for Rhino?
Not sure if these are supported in IronPython or there are other alternatives (the limitation of the .net…).

I know that raw data can be streamed out of the GH environment and used to create a learning model, but then it might be more efficient to have it directly in the GH /Rhino python environment.

1 Like

Hi @fbarazi,

Here is what I’ve found on Sklearn and Pandas:

https://stackoverflow.com/questions/16171923/can-scikit-be-used-from-ironpython

https://stackoverflow.com/questions/14432059/can-we-load-pandas-dataframe-in-net-ironpython

NumPy / SciPy support in Rhino 6

So, it doesn’t look good - sorry.

– Dale

You may want to look at LunchBoxML

They are using Accord which would be accessible to IronPython

Very late reply, but big thanks Steve!