deep-learning-toolkit icon indicating copy to clipboard operation
deep-learning-toolkit copied to clipboard

Deep Learning Toolkit for Splunk

Results 28 deep-learning-toolkit issues
Sort by recently updated
recently updated
newest added

In the various dashboards within the app, version is missing, so get warning on all views. On the configuration > Environments page, it causes custom JavaScrept error pop-up. ![image](https://github.com/splunk/deep-learning-toolkit/assets/11282196/ca70b5b6-2292-4616-9588-f5111813d5df)

The app writes the conf files on windows with UTF-8-BOM Encoding. This leads to errors in the parse method in the conf_files_splunk_client.py Possible solution would be to detect the encoding...

bug
enhancement

DLTK is working on the Splunk which using 8089 as management port, but is not working on the Splunk using other ports as management port. For Splunk using other management...

bug
enhancement

As a user I want to be able to understand how I can build containers on my own. Better documentation and an example how to use existing scripts in the...

documentation
enhancement

Showcase Connecting to Snowflake - Retrieve data from Snowflake with some EDA & ML - Store Splunk data into Snowflake after EDA & ML

enhancement
algorithms

As example in "Named Entity Recognision" in stage 1 of the notebook the version 3 syntax is used: | fit MLTKContainer instead of compute statement: ``` | compute algorithm="Named Entity...

documentation
improvement

Test and validate that model api is used to create model and meta info is stored in dltk_models.conf. Check if Model UI page populates.

enhancement
models