Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Feature Engineering Bookcamp #86

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@

- [Grokking Machine Learning](https://www.manning.com/books/grokking-machine-learning)

- [Graph-Powered Machine Learning](https://www.manning.com/books/graph-powered-machine-learning)

- [Feature Engineering Bookcamp](https://www.manning.com/books/feature-engineering-bookcamp)

- [Machine Learning Algorithms in Depth](https://www.manning.com/books/machine-learning-algorithms-in-depth)

<a name="interview" />

## Interview Resources
Expand Down Expand Up @@ -916,6 +922,8 @@ Elastic Net](https://web.stanford.edu/~hastie/Papers/elasticnet.pdf)

- [Classifier Classification with Platt's Scaling](http://fastml.com/classifier-calibration-with-platts-scaling-and-isotonic-regression/)

- [How to train a Support Vector Machine in R with mlr for classification](https://youtu.be/lirZZIdZFjM) - a video by Hefin I. Rhys


<a name="rl" />

Expand Down Expand Up @@ -1170,6 +1178,10 @@ Elastic Net](https://web.stanford.edu/~hastie/Papers/elasticnet.pdf)

- [Markov Chain Wikipedia Page](https://en.wikipedia.org/wiki/Markov_chain)

- [Bayesian Optimization in Action](https://www.manning.com/books/bayesian-optimization-in-action) - Book

- [Machine Learning Algorithms in Depth](https://www.manning.com/books/machine-learning-algorithms-in-depth) - Book


<a name="semi" />

Expand Down