Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 0.19.X
  • discrete
  • 0.18.X
  • ignore_lambda_to_diff_errors
  • 0.17.X
  • authors-update
  • 0.16.X
  • 0.15.X
  • 0.14.X
  • debian
  • 0.13.X
  • 0.12.X
  • 0.11.X
  • 0.10.X
  • 0.9.X
  • 0.6.X
  • 0.7.X
  • 0.8.X
  • 0.19.1
  • 0.19.0
  • 0.19b2
  • 0.19b1
  • 0.19-branching
  • 0.18.2
  • 0.18.1
  • 0.18
  • 0.18rc2
  • 0.18rc1
  • 0.18rc
  • 0.17.1-1
  • 0.17.1
  • debian/0.17.0-4
  • debian/0.17.0-3
  • debian/0.17.0-1
  • 0.17
  • debian/0.17.0_b1+git14-g4e6829c-1
  • debian/0.17.0_b1-1
  • 0.17b1
39 results

sklearn

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Utkarsh Upadhyay authored
    * Files for my dev environment with Docker
    
    * Fixing label clamping (alpha=0 for hard clamping)
    
    * Deprecating alpha, fixing its value to zero
    
    * Correct way to deprecate alpha for LabelPropagation
    
    The previous way was breaking the test
    sklearn.tests.test_common.test_all_estimators
    
    * Detailed info for LabelSpreading's alpha parameter
    
    Based on the original paper.
    
    * Minor changes in the deprecation message
    
    * Improving "deprecated" doc string and raising DeprecationWarning
    
    * Using a local "alpha" in "fit" to deprecate LabelPropagation's alpha
    
    This solution isn't great, but it sets the correct value for alpha
    without violating the restrictions imposed by the tests.
    
    * Removal of my development files
    
    * Using sphinx's "deprecated" tag (jnothman's suggestion)
    
    * Deprecation warning: stating that the alpha's value will be ignored
    
    * Use __init__ with alpha=None
    
    * Update what's new
    
    * Try fix RuntimeWarning in test_alpha_deprecation
    
    * DOC Indent deprecation details
    
    * DOC wording
    
    * Update docs
    
    * Change to the one true implementation.
    
    * Add sanity-checked impl. of Label{Propagation,Spreading}
    
    * Raise ValueError if alpha is invalid in LabelSpreading.
    
    * Add a normalizing step before clamping to LabelPropagation.
    
    * Fix flake8 errors.
    
    * Remove duplicate imports.
    
    * DOC Update What's New.
    
    * Specify alpha's value in the error.
    
    * Tidy up tests.
    
    Add a test and add references, where needed.
    
    * Add comment to non-regression test.
    
    * Fix documentation.
    
    * Move check for alpha into fit from __init__.
    
    * Fix corner case of LabelSpreading with alpha=None.
    
    * alpha -> self.variant
    
    * Make Whats_new more explicit.
    
    * Simplify impl. of Label{Propagation,Spreading}.
    
    * variant -> _variant.
    0dc22798
    History
    Name Last commit Last update
    ..