Skip to content

Hcluster2#1

Merged
1 commit merged intoagramfort:hcluster2from
GaelVaroquaux:hcluster2
Mar 3, 2011
Merged

Hcluster2#1
1 commit merged intoagramfort:hcluster2from
GaelVaroquaux:hcluster2

Conversation

@GaelVaroquaux
Copy link
Copy Markdown

Trivial bug

@agramfort
Copy link
Copy Markdown
Owner

merged

agramfort pushed a commit that referenced this pull request Jun 14, 2011
agramfort pushed a commit that referenced this pull request Jul 3, 2011
agramfort pushed a commit that referenced this pull request Aug 7, 2011
agramfort pushed a commit that referenced this pull request Sep 9, 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.
agramfort pushed a commit that referenced this pull request Mar 17, 2012
agramfort pushed a commit that referenced this pull request Apr 20, 2012
agramfort pushed a commit that referenced this pull request Aug 2, 2012
REF: hack to be able to share distutils utilities.
agramfort pushed a commit that referenced this pull request Jun 22, 2013
agramfort pushed a commit that referenced this pull request Jun 22, 2013
agramfort pushed a commit that referenced this pull request Aug 1, 2015
agramfort pushed a commit that referenced this pull request Jun 6, 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
agramfort pushed a commit that referenced this pull request Jul 20, 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
This pull request was closed.
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