machine learning
如锡如璧
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Make your model a web service (using Microsoft Azure machine learning studio)
Make your model a web service (using Microsoft Azure machine learning studio)1. construct an experiment using the studio.2. Set up the web service.Run this experiment firstly and then click the bu...原创 2019-01-21 16:18:07 · 380 阅读 · 0 评论 -
Hypothesis with R and Understanding of P-value and confidence-interval
Hypothesis with R and Understanding of P-value and confidence-intervalHypothesis with R数据集说明数据可视化使用t-test(small samples)进行双边假设检验Hypothesis with R数据集说明基于Galton数据集,检验儿子和女儿与母亲身高的相关性library("AzureML")...原创 2019-01-16 12:22:54 · 745 阅读 · 0 评论 -
Visualizing Data via R (box-plot,histogram,scatter)
Visualizing Data via R (box-plot,histogram,violin,scatter)load datalibrary("AzureML")ws = workspace()auto.price = download.datasets(ws, "Automobile price data (Raw)")## Coerce some character col...原创 2019-01-16 17:15:40 · 447 阅读 · 0 评论
分享