-
Notifications
You must be signed in to change notification settings - Fork 893
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
Hyperlink ComposeML #653
Hyperlink ComposeML #653
Conversation
@@ -10,4 +10,4 @@ If you would like to test `Feature Labs APIs <https://docs.featurelabs.com/>`_ f | |||
Bring your own labels | |||
********************* | |||
|
|||
If you are doing supervised machine learning, you must supply your own labels and cutoff times. | |||
If you are doing supervised machine learning, you must supply your own labels and cutoff times. To automate this process, checkout `ComposeML <http://compose.ml>`_ which is an open source project for automatically generating labels with cutoff times. |
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.
how about phrasing like this?
If you are doing supervised machine learning, you must supply your own labels and cutoff times. To structure this process, you can use ComposeML <http://compose.ml>
_, which is an open source project for automatically generating labels with cutoff times.
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.
That works. Will make the update.
Codecov Report
@@ Coverage Diff @@
## master #653 +/- ##
=======================================
Coverage 97.42% 97.42%
=======================================
Files 118 118
Lines 9539 9539
=======================================
Hits 9293 9293
Misses 246 246 Continue to review full report at Codecov.
|
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.
LGTM. Ready to merge!
This PR will change docs by adding a hyperlink to ComposeML.
After creating the pull request: in order to pass the changelog_updated check you will need to update the "Future Release" section of
docs/source/changelog.rst
to include this pull request.