Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3011 - 3020 of 4,759 for * (2.13 sec)

  1. check_X_y scikit-learn 1.7.1 documentation

    check_X_y ( X , y ) >>> X array([[1, 2], [3, 4], [5, 6]]) >>> y array([1,...finite. False: accepts np.inf, np.nan, pd.NA in X. allow-nan’:...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_X_y.html
    Sat Aug 02 00:15:36 UTC 2025
      115.6K bytes
      Cache
     
  2. r_regression scikit-learn 1.7.1 documentation

    r_regression ( X , y ) array([-0.157, 1. , -0.229]) On this page This...as: E [( X [:, i ] - mean ( X [:, i ])) * ( y - mean ( y ))] / (...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.html
    Sat Aug 02 00:15:36 UTC 2025
      111.5K bytes
      Cache
     
  3. chi2_kernel scikit-learn 1.7.1 documentation

    0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...chi2_kernel ( X , Y ) array([[0.368, 0.135], [0.135, 0.368]]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.chi2_kernel.html
    Sat Aug 02 00:15:38 UTC 2025
      108.8K bytes
      Cache
     
  4. grid_to_graph scikit-learn 1.7.1 documentation

    Coords Values (0, 0) 1 (1, 1) 1 On this page This Page...action.image. grid_to_graph ( n_x , n_y , n_z=1 , * , mask=None...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.grid_to_graph.html
    Sat Aug 02 00:15:38 UTC 2025
      108.6K bytes
      Cache
     
  5. InconsistentVersionWarning scikit-learn 1.7.1...

    exception sklearn.exceptions. InconsistentVersionW ( * , estimator_name...estimator_name , current_sklearn_version , original_sklearn_version ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.InconsistentVersionWarning.html
    Sat Aug 02 00:15:36 UTC 2025
      105.1K bytes
      Cache
     
  6. load_digits scikit-learn 1.7.1 documentation

    cmap = "gray" ) <...> >>> plt . show () Gallery examples # Recognizing...load_digits () >>> print ( digits . data . shape ) (1797, 64) >>> import...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_digits.html
    Sat Aug 02 00:15:36 UTC 2025
      128.2K bytes
      Cache
     
  7. partial_dependence scikit-learn 1.7.1 documen...

    None , response_method = 'auto' , percentiles = (0.05, 0.95) ,...feature (e.g. [0] ) or pair of interacting features (e.g. [(0, 1)]...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html
    Sat Aug 02 00:15:38 UTC 2025
      129.1K bytes
      Cache
     
  8. get_routing_for_object scikit-learn 1.7.1 doc...

    sklearn.utils.metadata_routing. get_routing_for_object ( obj = None...the original object. Added in version 1.3. Parameters : obj object...
    scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.get_routing_for_object.html
    Sat Aug 02 00:15:38 UTC 2025
      108.4K bytes
      Cache
     
  9. inplace_swap_row scikit-learn 1.7.1 documenta...

    todense () matrix([[8, 0, 2], [0, 0, 5], [0, 0, 0], [0, 0, 0]]) >>>...matrix([[0, 0, 5], [8, 0, 2], [0, 0, 0], [0, 0, 0]]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_row.html
    Sat Aug 02 00:15:38 UTC 2025
      108K bytes
      Cache
     
  10. load_sample_images scikit-learn 1.7.1 documen...

    dataset . images [ 0 ] >>> first_img_data . shape (427, 640, 3) >>>...sklearn.datasets. load_sample_images ( ) [source] # Load sample images...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_sample_images.html
    Sat Aug 02 00:15:36 UTC 2025
      106.5K bytes
      Cache
     
Back to top