Skip to content

Commit

Permalink
📝 update hyperlink to visualization gif, set version back to 2019.08.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Sep 17, 2019
1 parent ff13b97 commit 0e4cba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@ In addition to its general use AutoML functionality, GAMA aims to serve AutoML r
During the optimization process, GAMA keeps an extensive log of progress made.
Using this log, insight can be obtained on the behaviour of the search procedure.
For example, it can produce a graph that shows pipeline fitness over time:
![graph of fitness over time](https://raw.githubusercontent.com/PGijsbers/gama/modularize/docs/source/technical_guide/images/viz.gif)
![graph of fitness over time](https://github.com/PGijsbers/gama/blob/master/docs/source/technical_guide/images/viz.gif)

For more examples and information on the visualization, see [the technical guide](https://pgijsbers.github.io/gama/technical_guide/index.html#visualization).

## Installing GAMA

You can install GAMA with pip:

`pip install gama`

All done!
You can install GAMA with pip: `pip install gama`

## Minimal Example
The following example uses AutoML to find a machine learning pipeline that classifies breast cancer as malign or benign.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name='gama',
version='19.08.2',
version='19.08.0',
description='A package for automated machine learning based on scikit-learn.',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 0e4cba1

Please sign in to comment.