Skip to content

Commit

Permalink
Merge pull request #1923 from Plasma/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in machine-learning-faq
  • Loading branch information
cjgronlund committed Jul 17, 2014
2 parents 9bb46df + 4498b0a commit 0675a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/machine-learning-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The **Reader** module can read data from Azure Table, Azure Blob, SQL Database (

8.**How large can my data set be?**

Azure ML Studio supports training dataset of up to 10GB. There is no limit on the dataset size for Web Services. Sampling larger datasets via Hive or SQL queries before ingestion is also supported. If you are working with data larger than10GB, you can you can create multiple datasets and use the ‘Partition and Sample’, ‘Split’ or ‘Join’ modules to recombine these datasets in ML studio to create training sets for building predictive models. Visit module help in ML Studio to learn more about these modules.
Azure ML Studio supports training dataset of up to 10GB. There is no limit on the dataset size for Web Services. Sampling larger datasets via Hive or SQL queries before ingestion is also supported. If you are working with data larger than 10GB, you can create multiple datasets and use the ‘Partition and Sample’, ‘Split’ or ‘Join’ modules to recombine these datasets in ML studio to create training sets for building predictive models. Visit module help in ML Studio to learn more about these modules.

For datasets larger than a couple GB, the recommended approach is to upload data to Azure storage or SQL Database (Azure) or use HDInsight, rather than directly uploading from local file.

Expand Down Expand Up @@ -109,4 +109,4 @@ We will be adding new material to Machine Learning Center on an ongoing basis. Y

Azure ML is supported as a part of the Azure support offering. To get technical support on Azure ML, select ‘Machine Learning’ as service and you will be provided a category of topics to file your support ticket. To learn more about Azure Support offering visit <http://azure.microsoft.com/en-us/support/options/>

Azure Machine Learning also has a community forum on MSDN, where you can ask Azure ML related questions. The forum is monitored by the Azure ML team. Visit [Azure Forum](http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=MachineLearning).
Azure Machine Learning also has a community forum on MSDN, where you can ask Azure ML related questions. The forum is monitored by the Azure ML team. Visit [Azure Forum](http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=MachineLearning).

0 comments on commit 0675a34

Please sign in to comment.