nok / sklearn-porter

Transpile trained scikit-learn estimators to C, Java, JavaScript and others.
BSD 3-Clause "New" or "Revised" License
1.28k stars 170 forks source link

C# support #45

Open bpfliegel opened 5 years ago

bpfliegel commented 5 years ago

Darius, are you fine with the idea to support C#? If so, I will go ahead whenever I have free time. I might also contribute on other parts when I'm done. Thanks for letting me know, best, Balint

nok commented 5 years ago

Hello Balint @bpfliegel, yes, that would be great. But I recommend to wait until the release of the first major release 1.0.0, because there will be some big changes and improvements. After that it should be easier to add and maintain new estimators as well as programming languages. So please be patient.

bpfliegel commented 5 years ago

Hello Darius, ok, got it. I did implement one so far just to get the hang of aligning to the code structure. Hope I will have the time, life got somewhat busy.