问题标签 [ml-studio]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - 如何使用 maml.mapOutputPort 将执行 R 脚本的输出映射到 ML Studio 中的第二个端口
ML Studio 中的执行 R 脚本框有两个输出端口。如何将数据发送到第二个输出端口?
python - 如何在 azure ML 中导入某些 python 库?就像 import humanfriendly 行一样会出错
在执行python模块。线
给出错误。如何解决这个问题?
azure - Azure ML Studio 中的数据管理网关
我在 Azure ML Studio 中构建了一个实验,并希望通过 On-Premise SQL-Server 数据库获取模型的输入。数据管理网关是否有助于连接到数据库,如果可以,请提及要遵循的步骤。
azure-machine-learning-studio - How can I load a trained model in Azure ML Studio?
I'm trying to load a trained model from the trained models tab in Azure ML studio into another experiment. According to the docs its possible to do as follows:
Add the Load Trained Model module to your experiment. For Data source, indicate the location of the trained model, using one of the following options: Select Web URL via HTTP and then type the URL. The URL should point to the experiment and the file representing the trained model. In Azure Machine Learning, trained models are by default saved in the iLearner format.
However, does anyone know what URL I would use for models saved in my workspace? Where is the file representing the model hosted?
machine-learning - XML 到 Azure ML Studio
我尝试使用存储在 XML 中的一些数据来测试 ML Studio。然而,我尝试了很多东西,即将 xml 转换为 csv,转换为 JSON,但没有找到一种使用 ML Studio 处理这些数据的好方法。
问题不在于转换本身,而只是半结构化的问题。在我看来,应该有一个解决方案,比如使用 CSV 文件作为数据数组或类似这样。
在 ML Studio 中使用 XML 的最佳方式是什么?
python - 通过 ML Studio 中的 python notebook 用于 Azure SQL 数据仓库的 DB 驱动程序
我正在尝试访问我的数据仓库 azure,在 python 的 mlstudio-attached-notebook 中获取一些数据。简单连接说找不到驱动程序。
[01000] [unixODBC][驱动程序管理器]无法打开 lib 'ODBC Driver 13 for SQL Server':找不到文件 (0) (SQLDriverConnect)。
现在,我需要知道,是防火墙问题还是驱动程序名称不正确的问题。
我尝试了多个驱动程序名称/字符串。没有效果。