Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 451 - 460 of 2,911 for 1 (0.09 sec)

  1. 3.1. Cross-validation: evaluating estimator per...

    3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...>>> y = [ 1 , 1 , 1 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/cross_validation.html
    Fri Jun 06 09:13:47 UTC 2025
      162.2K bytes
      1 views
      Cache
     
  2. Displaying Pipelines — scikit-learn 1.7.0 docum...

    0001 C 1.0 fit_intercept True intercept_scaling 1 class_weight...0.0001 C 1.0 fit_intercept True intercept_scaling 1 class_weight...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html
    Fri Jun 06 09:13:46 UTC 2025
      287.7K bytes
      Cache
     
  3. RadiusNeighborsRegressor — scikit-learn 1.7.0 d...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...[[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> from...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      150.6K bytes
      Cache
     
  4. scale — scikit-learn 1.7.0 documentation

    independently array([[-1., 1., 1.], [ 1., -1., -1.]]) >>> scale ( X...scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> scale ( X ,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Thu Jun 05 22:21:58 UTC 2025
      111.4K bytes
      Cache
     
  5. Binarizer — scikit-learn 1.7.0 documentation

    ( X ) array([[1., 0., 1.], [1., 0., 0.], [0., 1., 0.]]) fit (...= [[ 1. , - 1. , 2. ], ... [ 2. , 0. , 0. ], ... [ 0. , 1. , -...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Binarizer.html
    Fri Jun 06 09:13:46 UTC 2025
      133.2K bytes
      Cache
     
  6. LassoLars — scikit-learn 1.7.0 documentation

    ([[ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ]], [ - 1 , 0 , - 1 ]) LassoLars(alpha=0.01)...sklearn.linear_model. LassoLars ( alpha = 1.0 , * , fit_intercept = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html
    Fri Jun 06 09:13:46 UTC 2025
      143.3K bytes
      Cache
     
  7. DictionaryLearning — scikit-learn 1.7.0 documen...

    * || U || _1 , 1 ( U , V ) with || V_k || _2 <= 1 for all 0 <=...the Frobenius norm and ||.||_1,1 stands for the entry-wise matrix...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html
    Fri Jun 06 09:13:47 UTC 2025
      144.5K bytes
      Cache
     
  8. Lars — scikit-learn 1.7.0 documentation

    n_nonzero_coefs = 1 ) >>> reg . fit ([[ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ]], [...[ - 1.1111 , 0 , - 1.1111 ]) Lars(n_nonzero_coefs=1) >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html
    Fri Jun 06 09:13:47 UTC 2025
      139.1K bytes
      Cache
     
  9. MultiLabelBinarizer — scikit-learn 1.7.0 docume...

    fit_transform ([( 1 , 2 ), ( 3 ,)]) array([[1, 1, 0], [0, 0, 1]]) >>> mlb...{ 'comedy' }]) array([[0, 1, 1], [1, 0, 0]]) >>> list ( mlb ....
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MultiLabelBinarizer.html
    Fri Jun 06 09:13:47 UTC 2025
      126.2K bytes
      Cache
     
  10. PrecisionRecallDisplay — scikit-learn 1.7.0 doc...

    Added in version 1.3. Attributes : line_ matplotlib...not plotted. Added in version 1.3. ax_ matplotlib Axes Axes with...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Fri Jun 06 09:13:47 UTC 2025
      150K bytes
      Cache
     
Back to top