AutoBrewML


NameAutoBrewML JSON
Version 0.45 PyPI version JSON
download
home_page
SummaryWith AutoBrewML Framework the time it takes to get production-ready ML models with great ease and efficiency highly accelerates.
upload_time2023-08-03 06:04:08
maintainer
docs_urlNone
authorSreeja Deb
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
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 tries to solve this problem at scale as well as simplifies the overall process for the user. It leverages the 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. 
With AutoBrewML the time it takes to get production-ready ML models with great ease and efficiency highly accelerates


Modules
-----------
- **Acquisition_DataTypeConversion** : Data Acquisition & Transformation 
- **BrewDataProfiler** : Exploratory Data Analysis
- **BrewDataSampling** : Data Sampling
 
  - Random Sampling
  - Stratified Sampling
  - Systematic Sampling
  - Cluster OverSampling (with SMOTE)
- **BrewDataCleanser** : Data Cleansing
- **BrewAnomalyDetection** : Anomaly Detection
- **BrewTrainTestSplit** : Train-Test Split the data in a given ratio
- **BrewFeatureSelection** : Selection of Most Important Features before Modelling
- **BrewAutoML_Classifier** : Auto trigger and choose ML Model for Classification
- **BrewAutoML_Regressor** : Auto trigger and choose ML Model for Regression
- **BrewAutoML_TimeSeries** : Auto trigger and choose ML Model for Time series Forecasting
- **Responsible AI Guidelines** 
 
  - **BrewFairnessEvaluator** : Evaluate the Fairness of a Model with respect to metrics across various cohorts of a sensitive feature
  - **BrewDisparityMitigation** : Mitigate the Bias observed in above Evaluator



**Prerequisites:**
- Python version >=3.8.0

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "AutoBrewML",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sreeja Deb",
    "author_email": "srde@microsoft.com",
    "download_url": "",
    "platform": null,
    "description": "\r\nTraditional machine learning model development is resource-intensive, requiring significant domain/statistical knowledge and time to produce and compare dozens of models. \r\nWith 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. \r\nThe AutoBrewML tries to solve this problem at scale as well as simplifies the overall process for the user. It leverages the 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. \r\nWith AutoBrewML the time it takes to get production-ready ML models with great ease and efficiency highly accelerates\r\n\r\n\r\nModules\r\n-----------\r\n- **Acquisition_DataTypeConversion** : Data Acquisition & Transformation \r\n- **BrewDataProfiler** : Exploratory Data Analysis\r\n- **BrewDataSampling** : Data Sampling\r\n \r\n  - Random Sampling\r\n  - Stratified Sampling\r\n  - Systematic Sampling\r\n  - Cluster OverSampling (with SMOTE)\r\n- **BrewDataCleanser** : Data Cleansing\r\n- **BrewAnomalyDetection** : Anomaly Detection\r\n- **BrewTrainTestSplit** : Train-Test Split the data in a given ratio\r\n- **BrewFeatureSelection** : Selection of Most Important Features before Modelling\r\n- **BrewAutoML_Classifier** : Auto trigger and choose ML Model for Classification\r\n- **BrewAutoML_Regressor** : Auto trigger and choose ML Model for Regression\r\n- **BrewAutoML_TimeSeries** : Auto trigger and choose ML Model for Time series Forecasting\r\n- **Responsible AI Guidelines** \r\n \r\n  - **BrewFairnessEvaluator** : Evaluate the Fairness of a Model with respect to metrics across various cohorts of a sensitive feature\r\n  - **BrewDisparityMitigation** : Mitigate the Bias observed in above Evaluator\r\n\r\n\r\n\r\n**Prerequisites:**\r\n- Python version >=3.8.0\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "With AutoBrewML Framework the time it takes to get production-ready ML models with great ease and efficiency highly accelerates.",
    "version": "0.45",
    "project_urls": {
        "AutoBrewML GitHub": "https://github.com/microsoft/AutoBrewML"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "899f6e78a9df512e0a2c4269d4815857bb88456b389885b7fd836ef0ed934f2c",
                "md5": "7834a3ad8a8525b7f03c6288708348e2",
                "sha256": "1727b438bd6c178b3b3e14fb878050dc5de97151215ecf3e74f479c42a13e14a"
            },
            "downloads": -1,
            "filename": "AutoBrewML-0.45-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7834a3ad8a8525b7f03c6288708348e2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 17629,
            "upload_time": "2023-08-03T06:04:08",
            "upload_time_iso_8601": "2023-08-03T06:04:08.712087Z",
            "url": "https://files.pythonhosted.org/packages/89/9f/6e78a9df512e0a2c4269d4815857bb88456b389885b7fd836ef0ed934f2c/AutoBrewML-0.45-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-03 06:04:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "microsoft",
    "github_project": "AutoBrewML",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "autobrewml"
}
        
Elapsed time: 0.09429s