Skip to content
Snippets Groups Projects
Select Git revision
  • 48268833e43b2dad23bdba498279f6a1b70bf5a4
  • 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
40 results

kernel_ridge.py

  • Kathy Chen's avatar
    04b67e2b
    [MRG+1] Fix estimators to work if sample_weight parameter is pandas Series type (#7825) · 04b67e2b
    Kathy Chen authored
    * addressed comments in the PR about parameters in check_array
    
    * update the test case for the evaluation of estimators with pandas series
    
    * bug fix, need to check for *not* None explicitly
    
    * updated with isinstance check if the documentation says there is acceptance of floats
    
    * ran pep8 linter on modified files
    
    * moving the test case to estimators_check
    
    * add a predict function into the testing pandas.Series class
    
    * avoid running anything beyond the newly added meta checks
    
    * check if pandas is installed before running the specific test
    
    * changed the order of the try-catch to check for sample_weight param beforehand
    
    * pass on import error rather than printing something to std out
    
    * improve test case naming and pd.Series check in the bad estimator class
    
    * address a pep8 linter error with unused import
    
    * pep8 warning disabled for potential unused import
    
    * throw a warning when SkipTest is raised
    
    * add a SkipTestWarning
    
    * updated the whats_new.rst with this issue
    
    * rebase and fix a spacing issue
    04b67e2b
    History
    [MRG+1] Fix estimators to work if sample_weight parameter is pandas Series type (#7825)
    Kathy Chen authored
    * addressed comments in the PR about parameters in check_array
    
    * update the test case for the evaluation of estimators with pandas series
    
    * bug fix, need to check for *not* None explicitly
    
    * updated with isinstance check if the documentation says there is acceptance of floats
    
    * ran pep8 linter on modified files
    
    * moving the test case to estimators_check
    
    * add a predict function into the testing pandas.Series class
    
    * avoid running anything beyond the newly added meta checks
    
    * check if pandas is installed before running the specific test
    
    * changed the order of the try-catch to check for sample_weight param beforehand
    
    * pass on import error rather than printing something to std out
    
    * improve test case naming and pd.Series check in the bad estimator class
    
    * address a pep8 linter error with unused import
    
    * pep8 warning disabled for potential unused import
    
    * throw a warning when SkipTest is raised
    
    * add a SkipTestWarning
    
    * updated the whats_new.rst with this issue
    
    * rebase and fix a spacing issue