-
Notifications
You must be signed in to change notification settings - Fork 119
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
Docs rendering #645
Docs rendering #645
Conversation
@@ -253,6 +253,14 @@ Now let's see what occurs when we add a constraint that enforces the feature to | |||
|
|||
If these features are now passed to a model that supports monotonicity constraints then we can build models with guarantees. | |||
|
|||
## Outlier Removal |
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.
This can be postponed after we decide for #643
Notes | ||
----- | ||
See [`sklearn.pipeline.Pipeline`](https://scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html#sklearn.pipeline.Pipeline) | ||
for all other variables. | ||
for all other parameters other than `log_callback`. |
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.
This was getting a weird nesting :|
|
||
Example | ||
------- |
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.
Moved the example to top level as in other classes
Description
Found a few others rendering issues in the docs. Apparently mkdocs material admonitions do not render between keyword sections of mkdocstring (Parameters, Attributes,..).
I am moving those to the top level description.