probabilistic-model


Nameprobabilistic-model JSON
Version 5.0.2 PyPI version JSON
download
home_pageNone
SummaryModels for probabilistic reasoning
upload_time2024-06-14 14:28:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords probabilistic models probabilistic machine learning probability theory variables reasoning under uncertainty
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Welcome to the Probabilistic Model's package. 

This package contains an interface for any kind of probabilistic models.
The aim of this package is to provide a clean, unifying, well documented API to
probabilistic models. Just like sklearn does for classical machine learning models.

Read the docs here https://probabilistic-model.readthedocs.io/en/latest/.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "probabilistic-model",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "probabilistic models, probabilistic machine learning, probability theory, variables, reasoning under uncertainty",
    "author": null,
    "author_email": "Tom Schierenbeck <tom_sch@uni-bremen.de>",
    "download_url": "https://files.pythonhosted.org/packages/b6/a7/9b4b8bb8c02022ac49e65793a65bcac3bd807fc1b4d8775f02d59a917626/probabilistic_model-5.0.2.tar.gz",
    "platform": null,
    "description": "# Welcome to the Probabilistic Model's package. \n\nThis package contains an interface for any kind of probabilistic models.\nThe aim of this package is to provide a clean, unifying, well documented API to\nprobabilistic models. Just like sklearn does for classical machine learning models.\n\nRead the docs here https://probabilistic-model.readthedocs.io/en/latest/.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Models for probabilistic reasoning",
    "version": "5.0.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/tomsch420/probabilistic_model/issues",
        "Source": "https://github.com/probabilistic_model/probabilistic_model"
    },
    "split_keywords": [
        "probabilistic models",
        " probabilistic machine learning",
        " probability theory",
        " variables",
        " reasoning under uncertainty"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f30332b6beade63b608b7fd495ff9a146206585ab0d285437af09824feca1bb",
                "md5": "542bc7c52aded2a095c12e53498b343e",
                "sha256": "22ceb75c1667a1306ab6590597530bb6c18568ca9dc5a828f4eb3d549ca2a06a"
            },
            "downloads": -1,
            "filename": "probabilistic_model-5.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "542bc7c52aded2a095c12e53498b343e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 46928,
            "upload_time": "2024-06-14T14:28:05",
            "upload_time_iso_8601": "2024-06-14T14:28:05.343016Z",
            "url": "https://files.pythonhosted.org/packages/2f/30/332b6beade63b608b7fd495ff9a146206585ab0d285437af09824feca1bb/probabilistic_model-5.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6a79b4b8bb8c02022ac49e65793a65bcac3bd807fc1b4d8775f02d59a917626",
                "md5": "1cf18a85216facef27e2bdf17fcd6459",
                "sha256": "f7a30f19fefaaa6368062815e3b15359a4fc791def46a5248de31bf375514d1b"
            },
            "downloads": -1,
            "filename": "probabilistic_model-5.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1cf18a85216facef27e2bdf17fcd6459",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7147163,
            "upload_time": "2024-06-14T14:28:07",
            "upload_time_iso_8601": "2024-06-14T14:28:07.721480Z",
            "url": "https://files.pythonhosted.org/packages/b6/a7/9b4b8bb8c02022ac49e65793a65bcac3bd807fc1b4d8775f02d59a917626/probabilistic_model-5.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-14 14:28:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tomsch420",
    "github_project": "probabilistic_model",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "probabilistic-model"
}
        
Elapsed time: 0.32007s