用于机器学习的aws助手

aws-ml-helper的Python项目详细描述


aws ml helper是一个命令行工具,它支持简单的设置和spot实例 机器学习中aws的操作。

设置

安装aws ml helper,配置并创建vpc:

$ pip install aws-ml-helper
$ aml config
$ aml setup-vpc

现在您可以使用所有命令:

$ aml --help
Usage: aml [OPTIONS] COMMAND [ARGS]...

Options:
  --config PATH   Path to the alternative configuration file.
  --profile TEXT  Configuration file profile.
  --help          Show this message and exit.

Commands:
  config       Configure AWS ML Helper.
  config-get   Get config value.
  config-list  List all configuration values.
  config-set   Set config value.
  instances    List all instances and their states.
  login        Login to instance.
  run          Run command on a selected instance.
  setup-vpc    Setup VPC on Amazon AWS.
  shell        Run IPython shell with loaded configuration.
  spot-price   Show information about spot instance prices.
  spot-run     Starts a spot instance.
  terminate    Terminate instance.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
在Java中从本地文件系统导入文件   spring boot如何在Java SpringBoot项目中集成Olingo(Odata)   java查找连续数组中缺少的第k个元素(超过时间限制)   java为什么在mySql中插入1/2行时会得到2/4行   java不能在静态上下文中使用它   File Observer方法的java My onEvent()部分不起作用   java Netty NioSocketChannel在多线程写入时收到中断消息   java将文件夹与父文件夹一起复制   java我的TictaToe代码出了什么问题?如何检查已采取的措施?   java Swing JTable更新   java如何将cordinates查找为int   如何使用selenium和java在firefox中打开新的空选项卡   java Gradle构建输出Jar未运行   java没有GET/WEBINF/jsp/login的映射。jsp