EMLM


NameEMLM JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/yourusername/EMLM
SummaryA package for Bayesian linear regression with mixture models
upload_time2024-02-17 12:23:09
maintainer
docs_urlNone
authorYour Name
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #EMLM
EMLM is a Python package for Bayesian linear regression with mixture models.

Overview
EMLM implements a Bayesian approach to linear regression with mixture models, allowing for more flexible and robust modeling of complex data structures. It combines the power of Bayesian inference with the flexibility of mixture models to handle heteroscedasticity, outliers, and other challenging data patterns.

Features
Bayesian linear regression with mixture models
Flexible handling of heteroscedasticity and outliers
Markov Chain Monte Carlo (MCMC) sampling for parameter estimation
Parallelization support for faster computation
Easy-to-use interface for model fitting and inference
Installation
You can install EMLM via pip:
```
pip install EMLM

```






            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/EMLM",
    "name": "EMLM",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Your Name",
    "author_email": "sidhuser2690@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/73/c5/444183926fa0aea47754434568282c67c50c286b4b2284e769738883d70e/EMLM-0.1.tar.gz",
    "platform": null,
    "description": "#EMLM\nEMLM is a Python package for Bayesian linear regression with mixture models.\n\nOverview\nEMLM implements a Bayesian approach to linear regression with mixture models, allowing for more flexible and robust modeling of complex data structures. It combines the power of Bayesian inference with the flexibility of mixture models to handle heteroscedasticity, outliers, and other challenging data patterns.\n\nFeatures\nBayesian linear regression with mixture models\nFlexible handling of heteroscedasticity and outliers\nMarkov Chain Monte Carlo (MCMC) sampling for parameter estimation\nParallelization support for faster computation\nEasy-to-use interface for model fitting and inference\nInstallation\nYou can install EMLM via pip:\n```\npip install EMLM\n\n```\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package for Bayesian linear regression with mixture models",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/EMLM"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73c5444183926fa0aea47754434568282c67c50c286b4b2284e769738883d70e",
                "md5": "d0aaf319f63d705c04729448c84e7230",
                "sha256": "2ff4993bb54dfb80bb604db0880a6f6c664d896d833683bfdb87d6ccab628ce1"
            },
            "downloads": -1,
            "filename": "EMLM-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d0aaf319f63d705c04729448c84e7230",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6394,
            "upload_time": "2024-02-17T12:23:09",
            "upload_time_iso_8601": "2024-02-17T12:23:09.601869Z",
            "url": "https://files.pythonhosted.org/packages/73/c5/444183926fa0aea47754434568282c67c50c286b4b2284e769738883d70e/EMLM-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-17 12:23:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "EMLM",
    "github_not_found": true,
    "lcname": "emlm"
}
        
Elapsed time: 0.20039s