When trying a custom algorithm on the Machine Learning Toolkit I'm getting the error
Error in 'fit' command: Error while initializing algorithm "test": Failed to load algorithm "algos.test"
.
The algorithm is registered. I have all the right versions of the required packages. I have added the pymc library as the code uses functions from this library.
What else could be causing this issue?
have you installed Python for Scientific Computing? please install it as per your OS
the error comes from the fit command not finding the algorithm file at all. are permissions set correctly ? is the algorithm file in the MLTK or a 2nd app ?
I have installed it as per my OS.
I'm using Splunk Machine Learning Toolkit version 3.4.0 and Python for Scientific Computing version 1.13.