[
https://issues.apache.org/jira/browse/NIFI-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16918071#comment-16918071
]
ASF subversion and git services commented on NIFI-6566:
-------------------------------------------------------
Commit 4086d13582f46ee3f1b85d42083e0dbe1dd007ed in nifi's branch
refs/heads/analytics-framework from Yolanda Davis
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4086d13 ]
NIFI-6566 - Refactor to decouple model instance from status analytics object.
Also allow configurable model from nifi.properties
NIFI-6566 - changes to allow scoring configurations for model in nifi.properties
NIFI-6566 - added default implementation value to NiFiProperties
NIFI-6566 - correction to default variable name in NiFiProperties, removed
unnecessary init method from ConnectionStatusAnalytics
Signed-off-by: Matthew Burgess <[email protected]>
This closes #3663
> Decouple status analytics model from connection status analytics objects
> -------------------------------------------------------------------------
>
> Key: NIFI-6566
> URL: https://issues.apache.org/jira/browse/NIFI-6566
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core Framework
> Reporter: Yolanda M. Davis
> Assignee: Yolanda M. Davis
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Currently the connection status analytics object is tightly coupled with the
> type of model used for prediction. This should be refactored to allow
> flexibility for model selection. Users should also be able to configure the
> model used via nifi.properties as described below:
>
> nifi.analytics.connection.model=org.apache.nifi.controller.status.analytics.models.OrdinaryLeastSquares
> nifi.analytics.connection.model.score=rSquared
> nifi.anlytics.connecttion.model.score.threshold=.90
>
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)