8000 Nelle v batch k means by ogrisel · Pull Request #1 · NelleV/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

Nelle v batch k means #1

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

Merged
merged 6 commits into from
Apr 18, 2011
Merged

Conversation

ogrisel
Copy link
@ogrisel ogrisel commented Apr 16, 2011

Here are some style / comment fixes for your Minibatch kmeans branch.

@NelleV NelleV merged commit 6470049 into NelleV:batchKMeans Apr 18, 2011
NelleV pushed a commit that referenced this pull request Jul 2, 2011
NelleV pushed a commit that referenced this pull request Oct 7, 2011
NelleV pushed a commit that referenced this pull request Oct 7, 2011
This commit includes the following list of changes:
- Documentation has been enhanced and completed.
- Examples have been added.
- The `percentage` (float) parameter has become `step` (int or float), and indicates the number of features to remove at each iteration (int), or the percentage of features to remove (float) with respect to the original number of features.
- Exactly `n_features_to_select` are now always selected. It may not always have been the case before, as too many features could have been removed at a time in the last step of the elimination.
- The `ranking_` attribute is now a proper ranking of the features (i.e., best features are ranked #1).
- The code of `RFECV` has been made simpler.
- The `cv` argument of RFECV.fit has been moved into the constructor and is now passed through `check_cv`.
- Tests.
NelleV pushed a commit that referenced this pull request Mar 16, 2012
NelleV pushed a commit that referenced this pull request Apr 12, 2012
NelleV pushed a commit that referenced this pull request Aug 9, 2012
REF: hack to be able to share distutils utilities.
NelleV pushed a commit that referenced this pull request Jun 25, 2013
NelleV pushed a commit that referenced this pull request Jun 25, 2013
NelleV pushed a commit that referenced this pull request Sep 22, 2015
NelleV pushed a commit that referenced this pull request Feb 21, 2017
…scikit-learn#7838)

* initial commit for return_std

* initial commit for return_std

* adding tests, examples, ARD predict_std

* adding tests, examples, ARD predict_std

* a smidge more documentation

* a smidge more documentation

* Missed a few PEP8 issues

* Changing predict_std to return_std #1

* Changing predict_std to return_std #2

* Changing predict_std to return_std #3

* Changing predict_std to return_std final

* adding better plots via polynomial regression

* trying to fix flake error

* fix to ARD plotting issue

* fixing some flakes

* Two blank lines part 1

* Two blank lines part 2

* More newlines!

* Even more newlines

* adding info to the doc string for the two plot files

* Rephrasing "polynomial" for Bayesian Ridge Regression

* Updating "polynomia" for ARD

* Adding more formal references

* Another asked-for improvement to doc string.

* Fixing flake8 errors

* Cleaning up the tests a smidge.

* A few more flakes

* requested fixes from Andy

* Mini bug fix

* Final pep8 fix

* pep8 fix round 2

* Fix beta_ to alpha_ in the comments
NelleV pushed a commit that referenced this pull request Aug 11, 2017
…scikit-learn#7838)

* initial commit for return_std

* initial commit for return_std

* adding tests, examples, ARD predict_std

* adding tests, examples, ARD predict_std

* a smidge more documentation

* a smidge more documentation

* Missed a few PEP8 issues

* Changing predict_std to return_std #1

* Changing predict_std to return_std #2

* Changing predict_std to return_std #3

* Changing predict_std to return_std final

* adding better plots via polynomial regression

* trying to fix flake error

* fix to ARD plotting issue

* fixing some flakes

* Two blank lines part 1

* Two blank lines part 2

* More newlines!

* Even more newlines

* adding info to the doc string for the two plot files

* Rephrasing "polynomial" for Bayesian Ridge Regression

* Updating "polynomia" for ARD

* Adding more formal references

* Another asked-for improvement to doc string.

* Fixing flake8 errors

* Cleaning up the tests a smidge.

* A few more flakes

* requested fixes from Andy

* Mini bug fix

* Final pep8 fix

* pep8 fix round 2

* Fix beta_ to alpha_ in the comments
glemaitre pushed a commit that referenced this pull request Jul 17, 2018
* Add averaging option to AMI and NMI

Leave current behavior unchanged

* Flake8 fixes

* Incorporate tests of means for AMI and NMI

* Add note about `average_method` in NMI

* Update docs from AMI, NMI changes (#1)

* Correct the NMI and AMI descriptions in docs

* Update docstrings due to averaging changes

- V-measure
- Homogeneity
- Completeness
- NMI
- AMI

* Update documentation and remove nose tests (#2)

* Update v0.20.rst

* Update test_supervised.py

* Update clustering.rst

* Fix multiple spaces after operator

* Rename all arguments

* No more arbitrary values!

* Improve handling of floating-point imprecision

* Clearly state when the change occurs

* Update AMI/NMI docs

* Update v0.20.rst

* Catch FutureWarnings in AMI and NMI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0