问题描述
Hi,
我开始进行预测股价的实验.
I started an experiment for predicting stock price.
在示例数据中-我有以下几列:
In the sample data - I have these columns:
日期,打开,关闭,低,高,音量.
Date, Open, Close, Low, High, Volume.
我有6个月的数据,我想预测明天的股票收盘价.
I have 6 month data, and I would like to predict tomorrow's stock closing price.
我不确定如何完成此操作,但是在部署Web服务时,我需要填写所有这些值 Date,Open,Close,Low,高,高",并获得关闭"值.
I am not sure how to get this done, but when I deployed the web service, I need to fill in all these values "Date, Open, Close, Low, High, Volume.", and get the "closing" value.
我想得到的只是指定日期"并获取关闭"的值.
What I would like to get is only specify the "Date" and get the value for "closing".
谢谢
Yuji
推荐答案
有关操作方法,请参考文档并尝试创建您的第一个实验:
For how to do it, please refer to the document and try to create your first experiment:
https://docs.microsoft.com/zh-CN/azure/machine-learning/studio/walkthrough-develop-predictive-solution
https://docs.microsoft.com/en-us/azure/machine-learning/studio/walkthrough-develop-predictive-solution
对于库存预测模板实验,我发现了3个可以参考的实验:
For stock prediction template experiments , I have found 3 experiments you can refer to:
https://gallery.azure.ai/Experiment/库存预测
https://gallery.azure.ai/Experiment/Stock-Prediction
https://gallery.azure.ai/Experiment/Predicting-Stock-Data-Short-Sell-Ticker-TEAM-2
https://gallery.azure.ai/Experiment/Predicting-Stock-Data-Short-Sell-Ticker-TEAM-2
https://gallery.azure.ai/Experiment/Stock-Market-Analyzer-1
https://gallery.azure.ai/Experiment/Stock-Market-Analyzer-1
AI画廊中还有更多实验可以查看. https://gallery.azure.ai/
There are more experiments in AI gallery you can check it out. https://gallery.azure.ai/
此致
宇通
这篇关于Web服务输入/输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!