Metadata-Version: 2.1
Name: AutoBrewML
Version: 0.23
Summary: With AutoBrewML Framework the time it takes to get production-ready ML models with great ease and efficiency highly accelerates.
Home-page: UNKNOWN
Author: Sreeja Deb
Author-email: srde@microsoft.com
License: UNKNOWN
Project-URL: AutoBrewML GitHub, https://github.com/microsoft/AutoBrewML
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: sklearn
Requires-Dist: pandas-profiling
Requires-Dist: imblearn
Requires-Dist: scikit-learn (==0.23.1)

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 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**.

With AutoBrewML Framework the time it takes to get production-ready ML models with great ease and efficiency highly accelerates


Steps:
-----------
* pip install AutoBrewML
* import AutoBrewML as AML
* help(AML) : Check for Function Call parameters required 
* FunctionCall : AML.FunctionName(FunctionParameters)


