Skip to content

Commit

Permalink
Merge pull request #70 from bjherger/more_links
Browse files Browse the repository at this point in the history
Adding CI/CD and PyPi links, and updating contact section w/ about the author
  • Loading branch information
bjherger committed Oct 6, 2018
2 parents bf99f69 + ca75cff commit 0021bce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ For more info, check out the:
- [Documentation](http://keras-pandas.readthedocs.io/en/latest/intro.html)
- [Issue tracker](https://github.com/bjherger/keras-pandas/issues)
- [Author's website](https://www.hergertarian.com/)
- [PyPi](https://pypi.org/project/keras-pandas/)
- [CI/CD](https://travis-ci.org/bjherger/keras-pandas/builds)

## Quick Start

Expand Down Expand Up @@ -169,10 +171,25 @@ The output layer is correctly formatted to accept the response variable numpy ob
Hey, I'm Brendan Herger, avaiable at [https://www.hergertarian.com/](https://www.hergertarian.com/). Please feel free
to reach out to me at `13herger <at> gmail <dot> com`

If you'd like to know a bit about me, I enjoy bridging the gap between data science and engineering, to build and
deploy data products.

I've enjoyed building a unique combination of machine learning, deep learning, and software engineering skills. In my
previous work at Capital One and startups, I've has built authorization fraud, insider threat, and legal discovery
automation platforms. In each of these cases I've lead a team of data scientists and data engineers to enable and
elevate our client's business workflow (and capture some amazing data).

When I'm not knee deep in a code base, I can be found traveling, sharing my collection of Japanese teas, and playing
board games with my partner in Seattle.

## Changelog

- PR title (#PR number, or #Issue if no PR)

### Development

- Adding CI/CD and PyPi links, and updating contact section w/ about the author (#TODO)

### 1.3.5

- Adding regression example w/ inverse_transformation (#64)
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
('Documentation', 'http://keras-pandas.readthedocs.io/en/latest/intro.html'),
('Code', 'https://github.com/bjherger/keras-pandas'),
('Issue tracker', 'https://github.com/bjherger/keras-pandas/issues'),
('PyPi', 'https://pypi.org/project/keras-pandas/'),
('CI/CD', 'https://travis-ci.org/bjherger/keras-pandas/builds'),
('Author\'s website', 'https://www.hergertarian.com/')
)),
)
Expand Down

0 comments on commit 0021bce

Please sign in to comment.