Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavvader committed Mar 25, 2017
1 parent 2822360 commit e069186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## pycobra

pycobra is a python module which implements the COBRA algorithm described by (Biau, Fischer, Guedj and Malley [2016], COBRA: A combined regression strategy, Journal of Multivariate Analysis)[http://www.sciencedirect.com/science/article/pii/S0047259X15000950].
pycobra is a python library which implements the COBRA algorithm described in the [paper](http://www.sciencedirect.com/science/article/pii/S0047259X15000950) by Biau, Fischer, Guedj and Malley [2016], COBRA: A combined regression strategy, Journal of Multivariate Analysis.

The [COBRA algorithm](https://cran.r-project.org/web/packages/COBRA/index.html) is a aggregation of predictors technique which can be used to solve regression problems. pycobra also offers various visualisation and diagnostic methods built on top of matplotlib which lets the user analyse and compare different regression machines with COBRA.

Expand Down
1 change: 1 addition & 0 deletions pycobra/visualisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def gen_machine_colors(only_colors=False, num_colors=None, indice_info=None, rgb

def voronoi_finite_polygons_2d(vor, radius=None):
"""
Code originally written by pv: https://gist.github.com/pv/8036995.
Helper method for voronoi.
Reconstruct infinite voronoi regions in a 2D diagram to finite
regions.
Expand Down

0 comments on commit e069186

Please sign in to comment.