[
https://issues.apache.org/jira/browse/NIFI-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16912672#comment-16912672
]
ASF subversion and git services commented on NIFI-6566:
-------------------------------------------------------
Commit 7d6e1b509550fcaede785f1fa5c329bc85329920 in nifi's branch
refs/heads/analytics-framework from Yolanda Davis
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=7d6e1b5 ]
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: 40m
> 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)