Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 441 - 450 of 2,911 for 1 (0.09 sec)

  1. 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
     
  2. 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
     
  3. ConfusionMatrixDisplay — scikit-learn 1.7.0 doc...

    scikit-learn 1.5 Release Highlights for scikit-learn 1.5 Label Propagation...are set from 0 to n_classes - 1 . Attributes : im_ matplotlib...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Fri Jun 06 09:13:47 UTC 2025
      150.1K bytes
      Cache
     
  4. dbscan — scikit-learn 1.7.0 documentation

    1, 2, 3, 4]) >>> labels array([ 0, 0, 0, 1, 1, -1]) On this...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Fri Jun 06 09:13:46 UTC 2025
      115.6K bytes
      Cache
     
  5. 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
     
  6. 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
     
  7. 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
     
  8. ExtraTreeRegressor — scikit-learn 1.7.0 documen...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...max_features=n_features . Changed in version 1.1: The default of max_features...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Thu Jun 05 22:21:58 UTC 2025
      161.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