Tag not monitored by Microsoft.
Source code for RevoscalePy and Microsoft ML packages
The revoscale and microsoft-ml Machine learning packages are still available to install with MS SQL Server and even standalone. I have imported them and trained a lot of models, but they gain a too low accuracy.
The main problem is that I could not find the source code of the C++ part of the libraries to tweak models right.
There is no way to overview an implementation of another algorithm. Python code of the revoscale and microsoftml is available but parameters description is tricky. During Run, Python calls C++ DLL libs which perform all the training. During this call many logs are printed in console, but they are short and ambiguous.
I have to use this framework to deploy fast machine learning models for MS SQL Server. It would be great to look though the code.
Looking forward to see Microsoft publish source code for these packages since they are too old enough (and also slow in comparison to scikit-learn).