Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorC authored Aug 8, 2019
1 parent 2d86ee0 commit 0d748e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OSML [![Build Status](https://travis-ci.org/ViktorC/OSML.svg?branch=master)](https://travis-ci.org/ViktorC/OSML) [![Quality Gate](https://sonarqube.com/api/project_badges/measure?project=net.viktorc:osml&metric=coverage)](https://sonarcloud.io/dashboard?id=net.viktorc:osml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
# OSML [![Build Status](https://travis-ci.org/ViktorC/OSML.svg?branch=master)](https://travis-ci.org/ViktorC/OSML) [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=net.viktorc:osml&metric=coverage)](https://sonarcloud.io/dashboard?id=net.viktorc:osml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
A Python library of 'old school' machine learning algorithms such as linear regression, logistic regression, naive Bayes, k-nearest neighbors, decision trees, support vector machines, and meta models like bootstrap aggregating and gradient boosting. OSML uses the [pandas](https://pandas.pydata.org/) and [NumPy](http://www.numpy.org/) libraries for data manipulation and basic linear algebra operations.

## Models
Expand Down

0 comments on commit 0d748e0

Please sign in to comment.