Skip to content

Commit 6ebe0a0

Browse files
author
Sam Borms
authored
Add logo & badges (#59)
* add logo + badges * replace material folder * add logo.png * reduce width logo * add DS meetup talk
1 parent d315590 commit 6ebe0a0

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

README.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
[![CI_develop_action](https://github.com/PythonPredictions/cobra/actions/workflows/development_CI.yaml/badge.svg?branch=develop)](https://github.com/PythonPredictions/cobra/actions/workflows/development_CI.yaml)
21

3-
[CI_develop_action](https://github.com/PythonPredictions/cobra/actions/workflows/development_CI.yaml/badge.svg?branch=develop)
2+
3+
.. image:: https://img.shields.io/pypi/v/pythonpredictions-cobra.svg
4+
:target: https://pypi.org/project/pythonpredictions-cobra/
5+
.. image:: https://img.shields.io/pypi/dm/pythonpredictions-cobra.svg
6+
:target: https://pypistats.org/packages/pythonpredictions-cobra
7+
.. image:: https://github.com/PythonPredictions/cobra/actions/workflows/development_CI.yaml/badge.svg?branch=develop
8+
:target: https://github.com/PythonPredictions/cobra/actions/workflows/development_CI.yaml
49

510
------------------------------------------------------------------------------------------------------------------------------------
611

712
=====
813
cobra
914
=====
1015

11-
**cobra** is a Python package to build predictive models using linear/logistic regression with a focus on performance and interpretation. It consists of several modules for data preprocessing, feature selection and model evaluation. The underlying methodology was developed at Python Predictions in the course of hundreds of business-related prediction challenges. It has been tweaked, tested and optimized over the years based on feedback from clients, our team, and academic researchers.
16+
.. image:: material\logo.png
17+
:width: 300
1218

19+
**cobra** is a Python package to build predictive models using linear/logistic regression with a focus on performance and interpretation. It consists of several modules for data preprocessing, feature selection and model evaluation. The underlying methodology was developed at Python Predictions in the course of hundreds of business-related prediction challenges. It has been tweaked, tested and optimized over the years based on feedback from clients, our team, and academic researchers.
1320

1421
Main Features
1522
=============
@@ -76,3 +83,8 @@ Documentation
7683

7784
- HTML documentation of the `individual modules <https://pythonpredictions.github.io/cobra.io/docstring/modules.html>`_
7885
- A step-by-step `tutorial <https://pythonpredictions.github.io/cobra.io/tutorial.html>`_
86+
87+
Outreach
88+
-------------
89+
90+
- Check out the Data Science Leuven Meetup `talk <https://www.youtube.com/watch?v=w7ceZZqMEaA&feature=youtu.be>`_ by one of the core developers (second presentation)

material/logo.png

20.2 KB
Loading

0 commit comments

Comments
 (0)