-
Notifications
You must be signed in to change notification settings - Fork 222
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
Add tanh saturation function #9
Conversation
pymmmc/transformers.py
Outdated
References | ||
---------- | ||
See reducing-customer-acquisition-costs-how-we-helped-optimizing-hellofreshs-marketing-budget | ||
in https://www.pymc-labs.io/blog-posts/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong doc-string, also directly link to https://www.pymc-labs.io/blog-posts/reducing-customer-acquisition-costs-how-we-helped-optimizing-hellofreshs-marketing-budget/
Looks good so far, you planned to add tests though, right? |
Yes! Is in my TODO list (see first comment in PR) :) |
OK, best to assign reviews when you consider it's done :). |
Ups! You are right! Sorry about that 🙈 |
I have added the corresponding tests so this PR is ready for review. The link errors will be solved if we merge #8 first (which I recommend doing so). |
This PR solves #3