简体   繁体   English

在本地使用 AWS ML model 随机森林砍伐森林

[英]Use AWS ML model Random Cut Forest locally

I wonder if it is possible to deploy Random Cut Forest (RCF) built-in algorithm of SageMaker to the local mode.我想知道是否可以将 SageMaker 的 Random Cut Forest (RCF) 内置算法部署到本地模式。 I haven't come across any sample implementation about it.我还没有遇到任何关于它的示例实现。 If not, can we simply say that models trained using RCF are limited to be consumed inside the platform via Inference Endpoints?如果不是,我们是否可以简单地说使用 RCF 训练的模型仅限于通过推理端点在平台内使用?

I got this error when I tried to do so.当我尝试这样做时,我得到了这个错误。

在此处输入图像描述

在此处输入图像描述

indeed you're right, SageMaker Random Cut Forest cannot be trained and deployed locally.确实,您是对的, SageMaker Random Cut Forest 无法在本地进行训练和部署。 The 18 Amazon SageMaker Built-in algorithms are designed to be trained and deployed on Amazon SageMaker. 18 个 Amazon SageMaker 内置算法旨在在 Amazon SageMaker 上进行训练和部署。 There are 2 exceptions: SageMaker BlazingText and SageMaker XGBoost, which can be read with their open-source counterparts (fastText and XGBoost) and used for inference out of SageMaker (eg EC2, Lambda, on-prem or on your laptop - as long as you can install those libraries)有 2 个例外:SageMaker BlazingText 和 SageMaker XGBoost,它们可以与它们的开源对应物(fastText 和 XGBoost)一起读取,并用于从 SageMaker(例如 EC2、Lambda、本地或笔记本电脑上)进行推理 - 只要你可以安装这些库)

There is an open-source attempt to implement the Random Cut Forest here https://github.com/kLabUM/rrcf ;这里有一个实现随机森林砍伐的开源尝试https://github.com/kLabUM/rrcf I don't think it has any connection to SageMaker RCF codebase so results, speed and scalability may differ.我认为它与 SageMaker RCF 代码库没有任何联系,因此结果、速度和可扩展性可能会有所不同。

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

相关问题 AWS-Sage Maker随机砍伐森林 - AWS - Sage Maker Random Cut Forest AWS SageMaker随机砍伐森林还是Kinesis Data Analytics随机砍伐森林? - AWS SageMaker Random Cut Forest or Kinesis Data Analytics Random Cut Forest? AWS Kinesis SQL 的问题 - 随机森林砍伐算法 - Issue with AWS Kinesis SQL - Random Cut Forest algorithm 随机砍伐森林的超参数调整 - Hyper parameter tuning for Random cut forest aws 部署 ML model - aws deploying ML model 什么是类似于 AWS 的 Kinesis Random Cut Forest 算法的用于时间序列流数据的 Google Clouds 异常检测解决方案? - What is Google Clouds anomaly detection solution for time series streaming data similar to AWS' Kinesis Random Cut Forest algorithm? 将AWS SageMaker ml模型转换为Java库 - Convert AWS SageMaker ml model into a java library 如何在AWS Lambda中部署巨大的python依赖项和ML模型 - How to deploy huge python dependencies and ML model in AWS Lambda 如何在本地使用 AWS 无服务器后端 - How to use AWS serverless backend locally AWS中的Lambda开发-? 在当地发展? 或使用AWS Web控制台 - Lambda development in AWS -? develop locally? or use AWS web console
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM