From 38f1abac31c0e6bf38d40f632e9e118c3d39b346 Mon Sep 17 00:00:00 2001 From: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com> Date: Thu, 23 Feb 2023 08:50:00 +0100 Subject: [PATCH] update build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b59b8b9..2fa89b9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Classifier Comparison (Julia classifiers) # Comparing different clustering algorithms on toy datasets # Density Estimation for a mixture of Gaussians (using GaussianMixtures.jl) # Outlier detection with several methods # A demo of K-Means clustering on the handwritten digits data # Restricted Boltzmann Machine features for digit classification # Simple 1D Kernel Density Estimation # Sample pipeline for text feature extraction and evaluation # Two Class Adaboost # Underfitting vs. Overfitting # ScikitLearn.jl -[![Build Status](https://travis-ci.org/cstjean/ScikitLearn.jl.svg?branch=master)](https://travis-ci.org/cstjean/ScikitLearn.jl) +[![Build Status](https://github.com/cstjean/ScikitLearn.jl/workflows/CI/badge.svg)](https://github.com/cstjean/ScikitLearn.jl/actions) [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://cstjean.github.io/ScikitLearn.jl/dev/)