-
Notifications
You must be signed in to change notification settings - Fork 44
Remove cli examples and add link to docs page #408
Conversation
Codecov ReportBase: 82.31% // Head: 87.91% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## release/0.3.0 #408 +/- ##
=================================================
+ Coverage 82.31% 87.91% +5.59%
=================================================
Files 92 92
Lines 7828 7839 +11
=================================================
+ Hits 6444 6892 +448
+ Misses 1384 947 -437
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This comment was marked as resolved.
This comment was marked as resolved.
Finally works, except for few things that should be handled outside of this PR to enable merging this one:
|
@mike0sv, ready for review (with the exceptions I mentioned in the last message ^). Posting couple of examples. Note, in all "Documentation" line is highlighted a bit darker than other text and than in |
I fixed some of the tests. Need to adopt #427 changes. |
Possible, but right after the update docs, we need to remove this |
* fix issues with pandas pylint and flake8 * fix requirements * fix req tests * remove comment * fix catboost req tests Co-authored-by: mike0sv <[email protected]>
close #387
Look like it works (maybe need to fix tests), except for groups the link to documentation is incorrect (for
mlem deploy apply
it's https://mlem.ai/doc/command-reference/applyLooking into how to fix this.