Skip to content

Commit

Permalink
Merge pull request #17 from devmotion/devmotion-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed May 7, 2020
2 parents c02e4a1 + aee1f59 commit a89e2db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- staging
# This is where pull requests from "bors try" are built.
- trying
# Uncomment this to enable building pull requests.
#- master
# Build master branch.
- master

jobs:
test:
Expand All @@ -33,4 +33,4 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-runtest@latest
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ branches:
- staging
# This is where pull requests from "bors try" are built.
- trying
# Uncomment this to enable building pull requests.
#- master
# Build master branch.
- master
os:
- linux
- osx
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
Hypothesis tests of calibration.

[![Build Status](https://travis-ci.com/devmotion/CalibrationTests.jl.svg?branch=master)](https://travis-ci.com/devmotion/CalibrationTests.jl)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/devmotion/CalibrationTests.jl?svg=true)](https://ci.appveyor.com/project/devmotion/CalibrationTests-jl)
[![Build Status](https://github.com/devmotion/CalibrationTests.jl/workflows/CI/badge.svg)](https://github.com/devmotion/CalibrationTests.jl/actions?query=workflow%3ACI+branch%3Amaster)
[![DOI](https://zenodo.org/badge/215970266.svg)](https://zenodo.org/badge/latestdoi/215970266)
[![Codecov](https://codecov.io/gh/devmotion/CalibrationTests.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/devmotion/CalibrationTests.jl)
[![Coveralls](https://coveralls.io/repos/github/devmotion/CalibrationTests.jl/badge.svg?branch=master)](https://coveralls.io/github/devmotion/CalibrationTests.jl?branch=master)
[![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/24613)

## Overview

This package implements different hypothesis tests for calibration of
probabilistic classification models in the Julia language.
probabilistic models in the Julia language.

0 comments on commit a89e2db

Please sign in to comment.