We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135d488 commit a785a60Copy full SHA for a785a60
detection_rules/ml.py
@@ -277,7 +277,8 @@ def get_ml_model_manifests_by_model_id(repo: str = 'elastic/detection-rules') ->
277
def ml_group():
278
"""Experimental machine learning commands."""
279
click.secho('\n***** Deprecation Warning *****\n')
280
- click.secho('\n* The experiment "ml" command(s) are deprecated and will be removed in a future release. ETA May 1 2025 *\n')
+ click.secho('\n* The experiment "ml" command(s) are deprecated and will be removed in a future release. *\n')
281
+ click.secho('\n* Command Removal Timeframe May 1 2025 *\n')
282
283
284
@ml_group.command('check-files')
0 commit comments