AnomalyDetection icon indicating copy to clipboard operation
AnomalyDetection copied to clipboard

基于智能计算框架nupic的异常检测restful Api.

Results 3 AnomalyDetection issues
Sort by recently updated
recently updated
newest added

你好,我在参数定义中定义了启用预测模型,参数大概这个样子 ![image](https://user-images.githubusercontent.com/50002441/115216670-4d794b00-a137-11eb-8e4e-24dc7e935e39.png) 但是在创建模型时出现了错误 ![image](https://user-images.githubusercontent.com/50002441/115216854-7c8fbc80-a137-11eb-8232-f2e360a294a8.png) 定位出错的信息如上 请问可以帮忙看一下吗(非常感谢)

Ubuntu 17.04 python 2.7.13 flask-0.12.2 flask-restful-0.3.6 执行 python main.py会报“flask.ext.restful is deprecated,use falsk_restful instead”错误。

您好! 我现在想将你这个API用在别的数据上面,能否解释一下如下参数什么意思吗: self.predictStep = predictStep self.enablePredict = enablePredict self.metricData = xrange(int(minValue), int(maxValue), int((maxValue - minValue) / minResolution)) self.maxValue = maxValue self.minValue = minValue self.minResolution = minResolution