Is there a way to use the same ML-realizations as used in Microsoft Azure Machine Learning Studio but on my computer without their visual interface?
I love Azure ML studio when I play with my "trial" models, but it would be great if I could store the sequence of the commands as a code on my machine.
I mean whether there is some reference in C# or library in Python that enables to do that? Or is there an API for that?
Thanks!