-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Links, docstrings and error fixes * Added logging regression to sklearn integration * Added all list * Small fixes * Refactor, added more visuals * refactor * Added classifier summary * Dropped try catch clauses * Added visuals to classifier * Changed visuals * Minor fixes * Added clustering * Updated dependencies * moved private method down * k matches kmeans api * Added log csv to api * Log csv, not html, fix in getting pred proba * Added docstring, changed interface * fix * Refactor - log meta-data separately * Refactor - log meta-data separately, added docstrings * docs fixes * disable module too long * fix * added model name option * print exception msg * added explicit parameter html or csv, made str formatting consistent * docstring fix * added number of rows option for logging csv * fix * Changed log_test_score to log_scores
- Loading branch information
Kamil A. Kaczmarek
authored
Dec 15, 2020
1 parent
839ad07
commit fc89713
Showing
11 changed files
with
1,295 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Scikit-learn | ||
============ | ||
|
||
.. automodule:: neptunecontrib.monitoring.sklearn | ||
:members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.