-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add document for ml command. #1001
Conversation
Signed-off-by: Jing Zhang <[email protected]>
Please update |
Thanks, will update it. |
Signed-off-by: Jing Zhang <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 2.x #1001 +/- ##
============================================
- Coverage 98.18% 95.51% -2.68%
Complexity 3223 3223
============================================
Files 310 320 +10
Lines 8058 8716 +658
Branches 524 643 +119
============================================
+ Hits 7912 8325 +413
- Misses 142 334 +192
- Partials 4 57 +53
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
add deprecation on Kmeans and AD docs? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Signed-off-by: Jing Zhang <[email protected]>
* time_field(string): mandatory. It specifies the time field for RCF to use as time-series data. | ||
* date_format(string): optional. It's used for formatting time_field field. The default formatting is "yyyy-MM-dd HH:mm:ss". | ||
* time_zone(string): optional. It's used for setting time zone for time_field filed. The default time zone is UTC. | ||
* category_field(string): optional. It specifies the category field used to group inputs. Each category will be independently predicted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we support category field now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's a temporary solution implemented in PPL #952
* Add document for ml command. Signed-off-by: Jing Zhang <[email protected]> * Update the index. Signed-off-by: Jing Zhang <[email protected]> * Add deprecation for AD and KMEANS documents. Signed-off-by: Jing Zhang <[email protected]> Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 4e418c7)
* Add document for ml command. Signed-off-by: Jing Zhang <[email protected]> * Update the index. Signed-off-by: Jing Zhang <[email protected]> * Add deprecation for AD and KMEANS documents. Signed-off-by: Jing Zhang <[email protected]> Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 4e418c7) Co-authored-by: Jing Zhang <[email protected]>
Signed-off-by: Jing Zhang [email protected]
Description
Add document for the generic ml command in PPL.
Issues Resolved
#849
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.