Share via

Source code for RevoscalePy and Microsoft ML packages

Amal` Ametov 1 Reputation point
2022-10-12T14:44:08.997+00:00

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).

Community Center | Not monitored

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.