简体   繁体   English

如何将我的自定义Python代码放入Azure机器学习中以使用ZIP资源?

[英]How do get my custom Python code into Azure Machine Learning for use a a ZIP resource?

The documentation for the Azure Machine Learning Python script module describes using a ZIP file containing code as a resource, but I don't see how to create and upload such a ZIP file in the first place. Azure机器学习Python脚本模块的文档描述了如何使用包含代码作为资源的ZIP文件,但是我首先没有看到如何创建和上传这种ZIP文件。

How do get my custom Python code into Azure Machine Learning for use as a ZIP resource? 如何将我的自定义Python代码放入Azure机器学习中以用作ZIP资源?

Just upload it as a dataset. 只需将其作为数据集上传。 Reference. 参考。 (search for it, as it is not on the first page). (搜索它,因为它不在第一页上)。

Reference on how to upload the dataset. 有关如何上传数据集的参考

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何安装自定义 Python package 并运行 Azure 机器学习作业? - How to install custom Python package and run with Azure Machine Learning job? Azure机器学习-python - Azure Machine Learning - python 从Python到PHP-Azure机器学习 - Python to PHP - Azure Machine Learning 如何更改 Microsoft Azure 机器学习笔记本中的 python 版本? - How do I change the python version in Microsoft Azure Machine Learning Notebooks? Python机器学习sklearn.linear_model与自定义代码 - Python machine learning sklearn.linear_model vs custom code 如何在Azure机器学习上应用学习曲线 - How to apply learning curves on Azure Machine Learning 如何摆脱我的机器学习教程代码的for循环中冒号下的红色波浪线? - How to get rid of red squiggly line under colon in for loop of my machine learning tutorial code? 如何在Azure机器学习中导入“ scikit-multilearn” python库 - How to import “scikit-multilearn” python library in Azure Machine learning 如何在 Azure 机器学习设计器中为 Python Model 设置学习器类型? - How to set learner type for Python Model in Azure Machine Learning Designer? 如何在 Azure 机器学习工作室中安装额外的 python 包? - How can install additional python packages in Azure Machine Learning Studio?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM