0

我正在尝试将我的分析发布到 predix,但我收到了这个错误。

无法处理分析名称 - *****ID**** 和版本 - v1 的上传文件。查看有关如何开发 Python 分析的文档。还要验证支持的分析语言应该是 Python。

我是新手,如果有人可以帮助我。

配置文件

{
  "entry-method": "analytic.EDC_Cracker.predict",
  "non-conda-libs": [
    "boto"
  ],
  "conda-libs": [
    "scikit-learn",
    "dill",
    "tensorflow",
    "Keras",
    "numpy",
    "scipy",
    "pandas"
  ]
}
4

1 回答 1

0

您可以在此处找到示例 python 分析。 https://github.com/PredixDev/predix-analytics-sample

你可以在这里找到一个教程。 https://www.predix.io/resources/tutorials/journey.html#1615

文档在这里 https://docs.predix.io/en-US/content/service/analytics_services/analytics_framework/overview

您可能会在这里得到更多回复: https ://www.predix.io/community/forum

于 2017-12-28T18:21:28.220 回答