adaptivebridge


Nameadaptivebridge JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/inetanel/adaptivebridge
SummaryRevolutionizing ML adaptive modelling for handling missing features and data. The model can predict missing data in real-world scenarios.
upload_time2024-01-29 13:21:58
maintainer
docs_urlNone
authorNetanel Eliav
requires_python>=3.7
licenseMIT
keywords sklearn scikit-learn python data analysis machine learning data visualization python library data processing data science data exploration data manipulation analytics statistics artificial intelligence ai feature engineering data preprocessing predictive modeling classification regression missing data data cleaning data imputation data quality missing data analysis data handling data integrity data cleansing data wrangling data validation data completeness impute missing values data missingness missing data detection data quality assessment data pre-processing tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <a href="https://inetanel.github.io/adaptivebridge">
  <img src="http://inetanel.com/wp-content/uploads/adaptivebridge_wide_logo.jpeg" width="600" />
  </a>
</p>

[![GitHub Repository](https://img.shields.io/badge/GitHub-Repository-blue.svg)](https://github.com/inetanel/adaptivebridge)
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

- **Project Name:** AdaptiveBridge
- **License:** MIT License
- **Author:** Netanel Eliav
- **Author Website:** [https://inetanel.com](https://inetanel.com)
- **Author Email:** [netanel.eliav@gmail.com](mailto:netnael.eliav@gmail.com)
- **Documentation:** [Click Here](https://inetanel.github.io/adaptivebridge)
- **Issue Tracker:** [Click Here](https://github.com/inetanel/adaptivebridge/issues)


## Overview

AdaptiveBridge is a revolutionary adaptive modeling for machine learning applications, particularly in the realm of Artificial Intelligence. It tackles a common challenge in AI projects: handling missing features in real-world scenarios. Machine learning models are often trained on specific features, but when deployed, users may not have access to all those features for predictions. AdaptiveBridge bridges this gap by enabling models to intelligently predict and fill in missing features, similar to how humans handle incomplete data. This ensures that AI models can seamlessly manage missing data and features while providing accurate predictions.

### Key Features

- **Missing Feature Prediction:** AdaptiveBridge empowers AI models to predict and fill in missing features based on the available data.
- **Feature Selection for Mapping:** You can impact the features prediction methods by using configurable thresholds for importance, correlation, and accuracy.
- **Adaptive Modeling:** Utilize machine learning models to predict missing features, maintaining high prediction accuracy even with incomplete data.
- **Custom Accuracy Logic:** Define your own accuracy calculation logic to fine-tune feature selection.
- **Feature Distribution Handling:** Automatically determine the best method for handling feature distribution based on data characteristics.
- **Dependency Management:** Identify mandatory, deviation, and leveled features to optimize AI model performance.

## Usage

With AdaptiveBridge, integrating this powerful tool into your AI and machine learning pipelines is easy. Fit the class to your data, and let it handle missing features intelligently. Detailed comments and comprehensive documentation are provided for straightforward implementation.

## Getting Started

Follow these steps to get started with AdaptiveBridge:

1. Clone this repository:

   ```bash
   pip install adaptivebridge
   
   ```

   ```bash
   # Alternatively 
   git clone https://github.com/inetanel/adaptivebridge.git
   pip install -r requirements.txt
   
   ```
   
## Dependencies 

- Sklearn
- Scipy
- NumPy
- Pandas
- Distfit
- Matplotlib
- Pytest (Production Dependency)
- Tqdm

## Contribution

Contributions and feedback are highly encouraged. You can open issues, submit pull requests for enhancements or bug fixes, and be part of the AI community that advances AdaptiveBridge.

## License

This project is licensed under the MIT License. See the LICENSE file for details.

## Disclaimer

This code is provided as-is, without any warranties or guarantees. Please use it responsibly and review the documentation for usage instructions and best practices.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inetanel/adaptivebridge",
    "name": "adaptivebridge",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "sklearn,scikit-learn,python,data analysis,machine learning,data visualization,python library,data processing,data science,data exploration,data manipulation,analytics,statistics,artificial intelligence,AI,feature engineering,data preprocessing,predictive modeling,classification,regression,missing data,data cleaning,data imputation,data quality,missing data analysis,data handling,data integrity,data cleansing,data wrangling,data validation,data completeness,impute missing values,data missingness,missing data detection,data quality assessment,data pre-processing tool",
    "author": "Netanel Eliav",
    "author_email": "netanel.eliav@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d6/17/1f59347cf6d3acdc3820667490913748cd6a9b9676df4e5a2fc86dc9117f/adaptivebridge-1.1.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <a href=\"https://inetanel.github.io/adaptivebridge\">\n  <img src=\"http://inetanel.com/wp-content/uploads/adaptivebridge_wide_logo.jpeg\" width=\"600\" />\n  </a>\n</p>\n\n[![GitHub Repository](https://img.shields.io/badge/GitHub-Repository-blue.svg)](https://github.com/inetanel/adaptivebridge)\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\n- **Project Name:** AdaptiveBridge\n- **License:** MIT License\n- **Author:** Netanel Eliav\n- **Author Website:** [https://inetanel.com](https://inetanel.com)\n- **Author Email:** [netanel.eliav@gmail.com](mailto:netnael.eliav@gmail.com)\n- **Documentation:** [Click Here](https://inetanel.github.io/adaptivebridge)\n- **Issue Tracker:** [Click Here](https://github.com/inetanel/adaptivebridge/issues)\n\n\n## Overview\n\nAdaptiveBridge is a revolutionary adaptive modeling for machine learning applications, particularly in the realm of Artificial Intelligence. It tackles a common challenge in AI projects: handling missing features in real-world scenarios. Machine learning models are often trained on specific features, but when deployed, users may not have access to all those features for predictions. AdaptiveBridge bridges this gap by enabling models to intelligently predict and fill in missing features, similar to how humans handle incomplete data. This ensures that AI models can seamlessly manage missing data and features while providing accurate predictions.\n\n### Key Features\n\n- **Missing Feature Prediction:** AdaptiveBridge empowers AI models to predict and fill in missing features based on the available data.\n- **Feature Selection for Mapping:** You can impact the features prediction methods by using configurable thresholds for importance, correlation, and accuracy.\n- **Adaptive Modeling:** Utilize machine learning models to predict missing features, maintaining high prediction accuracy even with incomplete data.\n- **Custom Accuracy Logic:** Define your own accuracy calculation logic to fine-tune feature selection.\n- **Feature Distribution Handling:** Automatically determine the best method for handling feature distribution based on data characteristics.\n- **Dependency Management:** Identify mandatory, deviation, and leveled features to optimize AI model performance.\n\n## Usage\n\nWith AdaptiveBridge, integrating this powerful tool into your AI and machine learning pipelines is easy. Fit the class to your data, and let it handle missing features intelligently. Detailed comments and comprehensive documentation are provided for straightforward implementation.\n\n## Getting Started\n\nFollow these steps to get started with AdaptiveBridge:\n\n1. Clone this repository:\n\n   ```bash\n   pip install adaptivebridge\n   \n   ```\n\n   ```bash\n   # Alternatively \n   git clone https://github.com/inetanel/adaptivebridge.git\n   pip install -r requirements.txt\n   \n   ```\n   \n## Dependencies \n\n- Sklearn\n- Scipy\n- NumPy\n- Pandas\n- Distfit\n- Matplotlib\n- Pytest (Production Dependency)\n- Tqdm\n\n## Contribution\n\nContributions and feedback are highly encouraged. You can open issues, submit pull requests for enhancements or bug fixes, and be part of the AI community that advances AdaptiveBridge.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Disclaimer\n\nThis code is provided as-is, without any warranties or guarantees. Please use it responsibly and review the documentation for usage instructions and best practices.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Revolutionizing ML adaptive modelling for handling missing features and data. The model can predict missing data in real-world scenarios.",
    "version": "1.1.0",
    "project_urls": {
        "Author Website": "https://inetanel.com",
        "Changelog": "https://github.com/iNetanel/adaptivebridge/blob/main/CHANGELOG.md",
        "Documentation": "https://inetanel.github.io/adaptivebridge",
        "Homepage": "https://github.com/inetanel/adaptivebridge",
        "Issue Tracker": "https://github.com/inetanel/adaptivebridge/issues",
        "Source Code": "https://github.com/inetanel/adaptivebridge"
    },
    "split_keywords": [
        "sklearn",
        "scikit-learn",
        "python",
        "data analysis",
        "machine learning",
        "data visualization",
        "python library",
        "data processing",
        "data science",
        "data exploration",
        "data manipulation",
        "analytics",
        "statistics",
        "artificial intelligence",
        "ai",
        "feature engineering",
        "data preprocessing",
        "predictive modeling",
        "classification",
        "regression",
        "missing data",
        "data cleaning",
        "data imputation",
        "data quality",
        "missing data analysis",
        "data handling",
        "data integrity",
        "data cleansing",
        "data wrangling",
        "data validation",
        "data completeness",
        "impute missing values",
        "data missingness",
        "missing data detection",
        "data quality assessment",
        "data pre-processing tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8ead5ae86bdd53fb5eaccd17223a94cd9f9743f7418ed577671c22a72086b51",
                "md5": "c33568602cf28cd6cc078f4b98ee6aeb",
                "sha256": "eda9a041c31751ff4b927b8cb18f5bf57670366c39b61e075b1d16a533894841"
            },
            "downloads": -1,
            "filename": "adaptivebridge-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c33568602cf28cd6cc078f4b98ee6aeb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 17703,
            "upload_time": "2024-01-29T13:21:56",
            "upload_time_iso_8601": "2024-01-29T13:21:56.910693Z",
            "url": "https://files.pythonhosted.org/packages/c8/ea/d5ae86bdd53fb5eaccd17223a94cd9f9743f7418ed577671c22a72086b51/adaptivebridge-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6171f59347cf6d3acdc3820667490913748cd6a9b9676df4e5a2fc86dc9117f",
                "md5": "6f9298f8869a552cff0144754ad9d97a",
                "sha256": "a6462d1a1e2359ee71a93d8d98021430cc04c806f00bcb419a88741778c132c2"
            },
            "downloads": -1,
            "filename": "adaptivebridge-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6f9298f8869a552cff0144754ad9d97a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 19275,
            "upload_time": "2024-01-29T13:21:58",
            "upload_time_iso_8601": "2024-01-29T13:21:58.661791Z",
            "url": "https://files.pythonhosted.org/packages/d6/17/1f59347cf6d3acdc3820667490913748cd6a9b9676df4e5a2fc86dc9117f/adaptivebridge-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-29 13:21:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inetanel",
    "github_project": "adaptivebridge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "adaptivebridge"
}
        
Elapsed time: 0.17452s