{"id":17679295,"url":"https://github.com/andreablengino/baypy","last_synced_at":"2025-03-30T18:28:07.333Z","repository":{"id":191608271,"uuid":"678965390","full_name":"AndreaBlengino/baypy","owner":"AndreaBlengino","description":"A python library for solving bayesian regression models through a Monte Carlo Markov chain sampling.","archived":false,"fork":false,"pushed_at":"2024-04-13T14:51:03.000Z","size":5406,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T03:21:05.312Z","etag":null,"topics":["bayesian-inference","bayesian-statistics","markov-chain","monte-carlo","monte-carlo-simulation","regression","statistics"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/baypy/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndreaBlengino.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-15T19:56:24.000Z","updated_at":"2024-04-14T03:21:05.313Z","dependencies_parsed_at":null,"dependency_job_id":"c94a7a0b-6853-4767-a2c6-269ca72ad7f7","html_url":"https://github.com/AndreaBlengino/baypy","commit_stats":{"total_commits":194,"total_committers":2,"mean_commits":97.0,"dds":0.005154639175257714,"last_synced_commit":"74fd81189826a3ae1cf2c938f6bb1a9f48ae8518"},"previous_names":["andreablengino/baypy"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaBlengino%2Fbaypy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaBlengino%2Fbaypy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaBlengino%2Fbaypy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaBlengino%2Fbaypy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreaBlengino","download_url":"https://codeload.github.com/AndreaBlengino/baypy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246361237,"owners_count":20764893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bayesian-inference","bayesian-statistics","markov-chain","monte-carlo","monte-carlo-simulation","regression","statistics"],"created_at":"2024-10-24T08:21:59.654Z","updated_at":"2025-03-30T18:28:07.300Z","avatar_url":"https://github.com/AndreaBlengino.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://github.com/AndreaBlengino/baypy/blob/master/docs/source/_static/logo.png?raw=true\n   :alt: Logo\n\nBayesian Monte Carlo Markov Chain Regression\n--------------------------------------------\n\n**baypy** is a python package for solving bayesian regression models\nthrough a Monte Carlo Markov chain sampling.\n\n.. list-table::\n   :stub-columns: 1\n   :widths: auto\n   :width: 100%\n\n   * - Release\n     - |pypi_release| |build|\n   * - Versioning\n     - |supported_python_versions| |semver| |dependencies|\n   * - Tests\n     - |linux_tests| |macos_tests| |windows_tests| |test_coverage|\n   * - Documentation\n     - |docs|\n   * - Code Quality\n     - |codefactor_grade| |codacy_grade| |issues|\n   * - License\n     - |license|\n\n.. |pypi_release| image:: https://img.shields.io/pypi/v/baypy?label=release\u0026color=blue\n   :target: https://pypi.org/project/baypy/\n   :alt: PyPI - Library Version\n\n.. |build| image:: https://img.shields.io/github/actions/workflow/status/AndreaBlengino/baypy/release.yml.svg?logo=github\n   :target: https://github.com/AndreaBlengino/baypy/actions/workflows/release.yml\n   :alt: Package Build\n\n.. |supported_python_versions| image:: https://img.shields.io/pypi/pyversions/baypy?logo=python\u0026logoColor=gold\n   :target: https://pypi.org/project/baypy/\n   :alt: PyPI - Supported Python Versions\n\n.. |semver| image:: https://img.shields.io/badge/semver-2.0.0-blue.svg\n   :target: https://semver.org/\n\n.. |dependencies| image:: https://dependency-dash.repo-helper.uk/github/AndreaBlengino/baypy/badge.svg\n   :target: https://dependency-dash.repo-helper.uk/github/AndreaBlengino/baypy\n   :alt: Dependencies Status\n\n.. |linux_tests| image:: https://img.shields.io/github/actions/workflow/status/AndreaBlengino/baypy/linux_test.yml.svg?logo=linux\u0026logoColor=white\u0026label=Linux\n   :target: https://github.com/AndreaBlengino/baypy/actions/workflows/linux_test.yml\n   :alt: Linux Tests\n\n.. |macos_tests| image:: https://img.shields.io/github/actions/workflow/status/AndreaBlengino/baypy/macos_test.yml.svg?logo=apple\u0026label=macOS\n   :target: https://github.com/AndreaBlengino/baypy/actions/workflows/macos_test.yml\n   :alt: macOS Tests\n\n.. |windows_tests| image:: https://img.shields.io/github/actions/workflow/status/AndreaBlengino/baypy/windows_test.yml.svg?logo=windows\u0026label=Windows\n   :target: https://github.com/AndreaBlengino/baypy/actions/workflows/windows_test.yml\n   :alt: Windows Tests\n\n.. |test_coverage| image:: https://img.shields.io/codecov/c/github/AndreaBlengino/baypy/master?logo=codecov\n   :target: https://codecov.io/gh/AndreaBlengino/baypy\n   :alt: Test Coverage\n\n.. |docs| image:: https://img.shields.io/readthedocs/baypy/latest?logo=read%20the%20docs\n   :target: https://baypy.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Build Status\n\n.. |codefactor_grade| image:: https://img.shields.io/codefactor/grade/github/AndreaBlengino/baypy?logo=codefactor\u0026label=CodeFactor\n   :target: https://www.codefactor.io/repository/github/andreablengino/baypy\n   :alt: CodeFactor Grade\n\n.. |codacy_grade| image:: https://img.shields.io/codacy/grade/132c2f3d93344ae0934ea808bbf17f05?logo=codacy\u0026label=Codacy\n   :target: https://app.codacy.com/gh/AndreaBlengino/baypy/dashboard\n   :alt: Codacy Grade\n\n.. |issues| image:: https://img.shields.io/github/issues/AndreaBlengino/baypy?logo=github\n   :target: https://github.com/AndreaBlengino/baypy/issues\n   :alt: Open Issues\n\n.. |license| image:: https://img.shields.io/badge/License-GPLv3-blue.svg\n   :target: https://github.com/AndreaBlengino/baypy/blob/master/LICENSE\n   :alt: License\n\n\nReferences\n----------\n\n- `Installation \u003chttps://baypy.readthedocs.io/en/latest/installation.html\u003e`_\n- `PyPI \u003chttps://pypi.org/project/baypy\u003e`_\n- `Documentation \u003chttps://baypy.readthedocs.io/en/latest/?badge=latest\u003e`_\n- `Usage Examples \u003chttps://baypy.readthedocs.io/en/latest/examples/index.html\u003e`_\n- `Issue tracker \u003chttps://github.com/AndreaBlengino/baypy/issues\u003e`_\n- `Source code \u003chttps://github.com/AndreaBlengino/baypy/tree/master/baypy\u003e`_\n- `GNU General Public License v3.0 \u003chttps://github.com/AndreaBlengino/baypy/blob/master/LICENSE\u003e`_\n- `Release Notes \u003chttps://baypy.readthedocs.io/en/latest/release_notes/index.html\u003e`_\n\n\nContributing\n------------\n\nThe baypy project welcomes your expertise and enthusiasm!  \nAll contributions, bug reports, bug fixes, documentation improvements, \nenhancements and ideas are welcome.  \nWriting code isn't the only way to contribute to baypy. You can also:\n\n- develop tutorials, presentations and other educational materials\n- maintain and improve the `documentation \u003chttps://baypy.readthedocs.io/en/latest/?badge=latest\u003e`_,\n- help with outreach and onboard new contributors\n\nHave a look at the `contributing guide \u003chttps://github.com/AndreaBlengino/baypy/blob/master/.github/CONTRIBUTING.md\u003e`_.\nIf you are new to contributing to open source, `this guide \u003chttps://opensource.guide/how-to-contribute/\u003e`_ helps explain\nwhy, what, and how to successfully get involved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreablengino%2Fbaypy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreablengino%2Fbaypy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreablengino%2Fbaypy/lists"}