This commit is contained in:
Sreeja Deb 2021-09-02 10:19:57 +05:30 коммит произвёл GitHub
Родитель 33016e2147
Коммит cbdde45eea
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,7 @@ Copyright (c) Microsoft Corporation
# Overview
Traditional machine learning model development is resource-intensive, requiring significant domain/statistical knowledge and time to produce and compare dozens of models.
With automated machine learning, the time it takes to get production-ready ML models with great ease and efficiency highly accelerates. However, the Automated Machine Learning does not yet provide much in terms of data preparation and feature engineering.
The AcceleratedML framework tries to solve this problem at scale as well as simplifies the overall process for the user. It leverages the Azure Automated ML coupled with components like Data Profiler, Data Sampler, Data Cleanser, Anomaly Detector which ensures quality data as a critical pre-step for building the ML model. This is powered with Telemetry, DevOps and Power BI integration, thus providing the users with a one-stop shop solution to productionize any ML model. The framework aims at Democratizing AI all the while maintaining the vision of Responsible AI.
The AutoBrewML framework tries to solve this problem at scale as well as simplifies the overall process for the user. It leverages the Azure Automated ML coupled with components like Data Profiler, Data Sampler, Data Cleanser, Anomaly Detector which ensures quality data as a critical pre-step for building the ML model. This is powered with Telemetry, DevOps and Power BI integration, thus providing the users with a one-stop shop solution to productionize any ML model. The framework aims at Democratizing AI all the while maintaining the vision of Responsible AI.
<br/>
![](https://github.com/microsoft/AcceleratedML/blob/e02bbbe4f5d036607de5d1a494f872960f2f1fba/Resources/Pipeline.png)
@ -27,4 +27,4 @@ This project welcomes contributions and suggestions. Most contributions require
This project has adopted the [Microsoft Open Source Code of Conduct](https://cla.opensource.microsoft.com/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com?) with any additional questions or comments.
<br/>
*Note: To know in detail of the workings of Accelerated ML Framework, please visit [Accelerated ML WiKi](https://github.com/microsoft/AcceleratedML/wiki).*
*Note: To know in detail of the workings of Accelerated ML Framework, please visit [Auto Brew ML WiKi](https://github.com/microsoft/AutoBrewML/wiki).*