Update Splunk MLTK models for Python 3
Check this manual often for updated information about the Splunk platform Python 3 migration. The content is subject to change.
Custom built models and models created with the Experiment Management Framework must be updated to work properly with Python 3. To update models for the Python 3, in Splunk MLTK you will need to:
- Rerun searches that feed custom models. Running searches again replaces the model.
- Rerun the experiment workflow for any models stored in the Experiment Management Framework. Running the workflow again also replaces the model.
- Confirm that data ingested to train any custom models is still stored in Splunk Enterprise. If data has exceeded retention timeframes, re-ingest the data to feed the model, and rebuild model workflows if necessary.
- Recreate models including the
partial_fit
parameter.
For information about updating models, see the Splunk Machine Learning Toolkit.
Python 3 migration with ITSI | Splunk support policy |
This documentation applies to the following versions of Splunk® Enterprise: 9.0.0, 9.0.1, 9.0.2, 9.0.3, 9.0.4, 9.0.5, 9.0.6, 9.0.7, 9.0.8, 9.0.9, 9.0.10, 9.1.0, 9.1.1, 9.1.2, 9.1.3, 9.1.4, 9.1.5, 9.1.6, 9.2.0, 9.2.1, 9.2.2, 9.2.3, 9.3.0, 9.3.1
Feedback submitted, thanks!