简体   繁体   English

Azure机器学习实验创建

[英]Azure Machine Learning Experiment Creation

I am new to create Experiments in Azure ML. 我是刚开始在Azure ML中创建实验的人。 I want to done a sample and small POC on Azure ML. 我想在Azure ML上完成一个示例和小型POC。

I have a data for the students consisting of StudentID, Student Name and Marks for Monthly Tests 1,2 and 3. I just to want to Predict data for the Final Monthly Test (ie, Monthly Test 4). 我有一个用于学生的数据,包括StudentID,学生名和月度考试1,2和3的分数。我只想预测最终月度考试(即月度考试4)的数据。

I don't know how to create and what kind of Transformations to be used in Predicting the Data. 我不知道如何创建以及在预测数据中使用哪种转换。

Anyone Please... 有人请...

Thanks in Advance Pradeep 在此先感谢Pradeep

You can simply start with basic tutorials. 您可以简单地从基本教程开始。 https://azure.microsoft.com/en-in/documentation/articles/machine-learning-create-experiment/ https://azure.microsoft.com/zh-CN/documentation/articles/machine-learning-create-experiment/

It is real helpful. 确实有帮助。 I also referred this. 我也提到了这一点。 You can draw simple flow chart for your experiment and simply apply when you need to drag the dataset. 您可以为实验绘制简单的流程图,并在需要拖动数据集时简单地应用。

HTH 高温超导

This is a unsupervised machine learning problem. 这是一个无监督的机器学习问题。 Do refer the algorithms that you can use for solving the problem (Most probably linear regression will suit for this case) Do the data pre-processing first. 请务必参考可用于解决问题的算法(大多数情况下,线性回归将适合这种情况)首先进行数据预处理。 Then follow the steps in the above link mentioned by @kunal to build up the model. 然后按照@kunal提到的上述链接中的步骤构建模型。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM