Anish Athalye
63393237d6
Revise noise_generation
2022-04-09 09:25:56 -04:00
Anish Athalye
8770e977d3
Remove deprecated functions
...
No reason to have any deprecated functions in a backwards-incompatible
release like 2.0.
2022-04-09 09:01:08 -04:00
Anish Athalye
5cf8f74232
Switch to pseudocode math over LaTeX math
...
In most cases, this looks nicer than the LaTeX math, and it's also more
readable in the terminal.
2022-04-09 08:47:46 -04:00
Anish Athalye
aaa141ab7d
Revise count
2022-04-09 08:41:08 -04:00
Anish Athalye
4f717c8d8f
Have find_label_issues summarize what it does
...
Thanks @jwmueller:
https://github.com/cleanlab/cleanlab/pull/189#issuecomment-1093652195 .
2022-04-09 07:33:24 -04:00
Anish Athalye
5a6fa0bfe3
Make cleanlab.internal a reference-able module
2022-04-09 07:33:24 -04:00
Anish Athalye
5a06c07d2b
Revise rank
2022-04-09 07:33:24 -04:00
Anish Athalye
90d6e77ed9
Revise filter
2022-04-09 07:33:24 -04:00
Anish Athalye
133fcc452e
Revise classification
2022-04-09 07:33:24 -04:00
Anish Athalye
dd9f265912
Make cleanlab.experimental a documented module
...
This lets us cross-reference it.
2022-04-09 07:33:24 -04:00
Anish Athalye
e086fdee74
Standardize how to format names
...
This follows NumPy style for reST documentation (but not for
Jupyter/Markdown).
2022-04-09 07:33:24 -04:00
Anish Athalye
831d55da6b
Revise audio tutorial
...
This patch also simplifies the code a bit by switching from `os.walk` to
`os.listdir`.
2022-04-09 07:33:24 -04:00
Anish Athalye
993c831294
Revise tabular tutorial
2022-04-09 07:33:24 -04:00
Anish Athalye
c8566216bd
Revise text tutorial
2022-04-09 07:33:24 -04:00
Anish Athalye
acd3d040a5
Revise image tutorial
2022-04-09 07:33:24 -04:00
Anish Athalye
d91597e282
Revise pred_probs_cross_val
2022-04-09 07:33:24 -04:00
Anish Athalye
d93f9f3337
Revise quickstart
2022-04-09 07:33:24 -04:00
Anish Athalye
bf8e82d4bf
Add support for LaTeX math in documentation
2022-04-09 07:33:24 -04:00
Anish Athalye
49b3717edc
Make coarse-grained pass over docs
...
This patch fixes many of the egregious issues with docs rendering.
2022-04-09 07:33:24 -04:00
Anish Athalye
9aef6c73a2
Document documentation standard
2022-04-09 07:33:23 -04:00
Anish Athalye
b053a26c05
Add note on rendered docs
2022-04-09 07:33:23 -04:00
Jonas Mueller
973b12205a
more specific filter-warning ( #193 )
...
Should not be using nonspecific filter-warning in tutorials, that is too broad.
2022-04-08 20:44:12 -07:00
Anish Athalye
d1f5bbc8e1
Remove import of internal package ( #195 )
...
This import made `cleanlab.internal.util` available as `cleanlab.util`,
which we don't want.
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2022-04-08 18:13:55 -07:00
Anish Athalye
2e9a1e226d
Merge branch 'benchmarking'
2022-04-08 20:13:58 -04:00
Anish Athalye
0be3c70a6e
Move noise_generation into benchmarking module
2022-04-08 20:08:19 -04:00
Johnson Kuan
ec739eec23
Add self.labels as attribute of FastTextClassifier ( #194 )
...
* Add self.labels to fasttext.py
2022-04-08 15:53:11 -07:00
Anish Athalye
9128e9c250
Merge branch 'weijinglok/doc-gh'
2022-04-08 16:16:58 -04:00
Anish Athalye
ccf6c4abc0
Add a bit of space above the star button
2022-04-08 16:12:16 -04:00
Wei Jing Lok
9c6ce93413
add gh icon to title
2022-04-09 03:21:05 +08:00
Anish Athalye
227c01de78
Merge pull request #190 from cgnorthcutt/count-docstring-updates
...
Minor improvements to count docstring
2022-04-08 13:12:28 -04:00
Curtis G. Northcutt
3a1f038e4d
Add params to joint. link calibrate to joint. add type on docstring return
2022-04-08 13:01:53 -04:00
Anish Athalye
35fdebb211
Merge branch 'anishathalye/docs-link-checking'
2022-04-07 15:23:07 -04:00
Anish Athalye
b886e9b289
Merge branch 'anishathalye/markdown-link-checking'
2022-04-07 15:22:45 -04:00
Jonas Mueller
f8fe3fe9ee
Merge pull request #185 from anishathalye/fast-docs
...
Add more ergonomic method to skip notebooks
2022-04-07 12:14:26 -07:00
Anish Athalye
947ea9e34a
Fix typo in test ( #186 )
...
This test had a typo in it ("pred_neq_given" rather than
"predicted_neq_given"), but the way the test was written, it didn't
fail, because GridSearchCV raises a warning if some fits fail. This
patch fixes the typo and adds the assertion that no warnings are raised
during the grid search.
2022-04-07 12:12:50 -07:00
Anish Athalye
8de8340313
Add link checking for compiled docs
2022-04-07 10:33:15 -04:00
Anish Athalye
6e09aee751
Add link checking for all Markdown files
2022-04-07 10:18:46 -04:00
Anish Athalye
f5a0ca5cd6
Merge pull request #184 from jwmueller/example_models
...
Move rest of example_models/ -> experimental/
2022-04-07 06:29:23 -04:00
Anish Athalye
e76f2923c0
Remove deprecated test
...
It is annoying to re-enable this test because it's annoying to install
fastText / it doesn't run on all platforms we test in CI. Furthermore,
the data isn't available anymore (at least at the URL specified in
`get_cooking_stackexchange_data.sh`).
2022-04-07 06:21:16 -04:00
Anish Athalye
c8635bb50c
Add more ergonomic method to skip notebooks
...
This way, developers don't have to edit a file and remember to change it
back before submitting a pull request: that seems error-prone.
2022-04-07 05:53:54 -04:00
Jonas Mueller
faac915740
mv example_models -> experimental
2022-04-07 01:25:03 -07:00
Wei Jing
205f503f15
Add figure to out-of-sample pred proba via cv tutorial ( #183 )
...
* add image to pred prob cross val tutorial
2022-04-07 00:25:29 -07:00
Jonas Mueller
8f5d41cacf
Merge pull request #179 from anishathalye/editorconfig-ipynb
...
Make EditorConfig match Jupyter for notebooks
2022-04-06 21:04:53 -07:00
Jonas Mueller
423e5b0a07
Polish the APIs and file-structure to prepare for 2.0 release ( #181 )
...
* Makes some methods private that are not intended to be user-facing.
* Adds experimental module with fasttext.py and coteaching.py
* Adds header descriptions to code files which will render in docs
* Many miscellaneous fixes
2022-04-06 21:04:06 -07:00
Curtis G. Northcutt
06b990b5f1
Skeleton commit for first version of new dataset module. UNTESTED
2022-04-06 22:26:29 -04:00
Jonas Mueller
7315eded52
Merge pull request #180 from weijinglok/up-doc-readme
...
Update docs building instructions
2022-04-06 18:15:04 -07:00
Wei Jing Lok
7bf445aa4b
update docs readme
2022-04-07 08:52:52 +08:00
Curtis G. Northcutt
2de67cbc34
Simple fix to Issue 158 (and potentially other issues) ( #178 )
...
* CleanLearning = Machine Learning with cleaned data
* Replace lnl instance naming with cl everywhere (CleanLearning)
* Add support for multi-class as well
* Add test based on #158
Co-authored-by: Anish Athalye <me@anishathalye.com >
2022-04-06 18:55:18 -04:00
Anish Athalye
ca44e8f80d
Make EditorConfig match Jupyter for notebooks
...
Jupyter notebook doesn't add a newline at EOF, so we shouldn't have
EditorConfig do it for .ipynb files either.
2022-04-06 18:21:58 -04:00
Curtis G. Northcutt
c4e84624e9
CleanLearning = Machine Learning with cleaned data ( #177 )
...
* CleanLearning = Machine Learning with cleaned data
* Replace lnl instance naming with cl everywhere (CleanLearning)
* replace rp (rank pruning) with cl (clearn learning) everywhere
* Clarifying comments. remove unnecessary newlines. fix spelling err
2022-04-06 17:33:04 -04:00