Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test + Coveralls
name: ci-test-coverage
on:
push:
branches:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
![CI](https://github.com/Elsa-Health/bayesian-logistic-regressor/workflows/CI/badge.svg?branch=main)

# Bayesian Logistic Regression

![CI](https://github.com/Elsa-Health/bayesian-logistic-regressor/workflows/ci-test-coverage/badge.svg?branch=dev)
[![Coverage Status](https://coveralls.io/repos/github/Elsa-Health/bayesian-logistic-regressor/badge.svg?branch=test/init-workflow)](https://coveralls.io/github/Elsa-Health/bayesian-logistic-regressor?branch=test/init-workflow)

According to Wikipedia:

> In statistics, the logistic model (or logit model) is used to model the probability of a certain class or event existing such as pass/fail, win/lose, alive/dead or healthy/sick. This can be extended to model several classes of events such as determining whether an image contains a cat, dog, lion, etc. Each object being detected in the image would be assigned a probability between 0 and 1, with a sum of one.
Expand Down