<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Splunk Machine Learning Toolkit: Error in Loading custom algorithm in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/Splunk-Machine-Learning-Toolkit-Error-in-Loading-custom/m-p/435288#M2341</link>
    <description>&lt;P&gt;have you installed Python for Scientific Computing? please install it as per your OS&lt;/P&gt;</description>
    <pubDate>Tue, 16 Oct 2018 08:13:49 GMT</pubDate>
    <dc:creator>493669</dc:creator>
    <dc:date>2018-10-16T08:13:49Z</dc:date>
    <item>
      <title>Splunk Machine Learning Toolkit: Error in Loading custom algorithm</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Splunk-Machine-Learning-Toolkit-Error-in-Loading-custom/m-p/435287#M2340</link>
      <description>&lt;P&gt;When trying a custom algorithm on the Machine Learning Toolkit I'm getting the error&lt;BR /&gt;
&lt;CODE&gt;Error in 'fit' command: Error while initializing algorithm "test": Failed to load algorithm "algos.test"&lt;/CODE&gt;. &lt;BR /&gt;
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.&lt;/P&gt;

&lt;P&gt;What else could be causing this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 07:43:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Splunk-Machine-Learning-Toolkit-Error-in-Loading-custom/m-p/435287#M2340</guid>
      <dc:creator>bangalorep</dc:creator>
      <dc:date>2018-10-16T07:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Machine Learning Toolkit: Error in Loading custom algorithm</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Splunk-Machine-Learning-Toolkit-Error-in-Loading-custom/m-p/435288#M2341</link>
      <description>&lt;P&gt;have you installed Python for Scientific Computing? please install it as per your OS&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 08:13:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Splunk-Machine-Learning-Toolkit-Error-in-Loading-custom/m-p/435288#M2341</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-10-16T08:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Machine Learning Toolkit: Error in Loading custom algorithm</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Splunk-Machine-Learning-Toolkit-Error-in-Loading-custom/m-p/435289#M2342</link>
      <description>&lt;P&gt;I have installed it as per my OS.&lt;BR /&gt;
I'm using Splunk Machine Learning Toolkit version 3.4.0 and Python for Scientific Computing version 1.13.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 08:39:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Splunk-Machine-Learning-Toolkit-Error-in-Loading-custom/m-p/435289#M2342</guid>
      <dc:creator>bangalorep</dc:creator>
      <dc:date>2018-10-16T08:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Machine Learning Toolkit: Error in Loading custom algorithm</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Splunk-Machine-Learning-Toolkit-Error-in-Loading-custom/m-p/435290#M2343</link>
      <description>&lt;P&gt;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 ? &lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 18:12:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Splunk-Machine-Learning-Toolkit-Error-in-Loading-custom/m-p/435290#M2343</guid>
      <dc:creator>astein_splunk</dc:creator>
      <dc:date>2019-04-16T18:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Machine Learning Toolkit: Error in Loading custom algorithm</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Splunk-Machine-Learning-Toolkit-Error-in-Loading-custom/m-p/584709#M2460</link>
      <description>&lt;P&gt;I'm having this same issue and it is occurring in a custom 2nd app (barebones setup).&amp;nbsp; I have the MLTK installed along with the accompanying package for scientific computing.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;I've created a custom Splunk app (barebones) from the Splunk UI.&amp;nbsp; I've added a custom algorithm in the&amp;nbsp;algos&amp;nbsp;subdirectory and modified the&amp;nbsp;algos.conf&amp;nbsp;(added [MyAlgorithm]) appropriately.&amp;nbsp; When I try to call this algorithm from the Spunk UI Search box using&amp;nbsp;fit&amp;nbsp;it can't load the algorithm (doesn't even get to running the code). This all works fine if I do the same thing in the&amp;nbsp;&amp;nbsp;Splunk_ML_Toolkit&amp;nbsp;app (put the algorithm there etc).&amp;nbsp; Is there some permissions setting I'm missing or something?&lt;/DIV&gt;&lt;PRE&gt;02-10-2022 16:15:08.046 ERROR dispatchRunner [15506 MainThread] - RunDispatch::runDispatchThread threw error: Error in 'fit' command: Error while initializing algorithm "MyAlgorithm": Failed to load algorithm "algos.MyAlgorithm"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 12:35:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Splunk-Machine-Learning-Toolkit-Error-in-Loading-custom/m-p/584709#M2460</guid>
      <dc:creator>samsearcher</dc:creator>
      <dc:date>2022-02-11T12:35:40Z</dc:date>
    </item>
  </channel>
</rss>

