Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 171 - 180 of over 10,000 for 1 (0.74 seconds)

  1. NMF — scikit-learn 1.7.2 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...version 1.4: Added 'auto' value. Changed in version 1.6: Default...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html
    Tue Dec 02 16:12:17 GMT 2025
      145.1K bytes
      Cache
     
  2. SpectralBiclustering — scikit-learn 1.7.2...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([1, 1, 1, 0, 0, 0], dtype=int32) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html
    Tue Dec 02 16:12:16 GMT 2025
      130.2K bytes
      Cache
     
  3. ElasticNetCV — scikit-learn 1.7.2 documen...

    l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the...(i.e. Ridge), as in [.1, .5, .7, .9, .95, .99, 1] . eps float, default=1e-3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Tue Dec 02 15:30:41 GMT 2025
      166.4K bytes
      Cache
     
  4. SpectralCoclustering — scikit-learn 1.7.2...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([0, 1, 1, 0, 0, 0], dtype=int32) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html
    Tue Dec 02 16:12:16 GMT 2025
      129.7K bytes
      Cache
     
  5. OutputCodeClassifier — scikit-learn 1.7.2...

    means 1 unless in a joblib.parallel_backend context. -1 means...( estimator , * , code_size = 1.5 , random_state = None , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OutputCodeClassifier.html
    Tue Dec 02 16:12:16 GMT 2025
      132.1K bytes
      Cache
     
  6. LogisticRegressionCV — scikit-learn 1.7.2...

    means 1 unless in a joblib.parallel_backend context. -1 means...version 1.5: multi_class was deprecated in version 1.5 and will...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Tue Dec 02 15:30:41 GMT 2025
      167.4K bytes
      Cache
     
  7. LassoLarsIC — scikit-learn 1.7.2 document...

    [ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]] >>>...fit_intercept . Added in version 1.1. Attributes : coef_ array-like...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Tue Dec 02 16:12:16 GMT 2025
      145.6K bytes
      Cache
     
  8. permutation_test_score — scikit-learn 1.7...

    p-value is 1/(n_permutations + 1), the worst is 1.0. Notes This...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Tue Dec 02 16:12:16 GMT 2025
      121.8K bytes
      Cache
     
  9. AgglomerativeClustering — scikit-learn 1....

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...clustering . labels_ array([1, 1, 1, 0, 0, 0]) For a comparison...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Tue Dec 02 15:30:41 GMT 2025
      135.9K bytes
      Cache
     
  10. OneVsRestClassifier — scikit-learn 1.7.2 ...

    as a 2D binary (0/1) matrix, where [i, j] == 1 indicates the presence...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html
    Tue Dec 02 16:12:16 GMT 2025
      150.6K bytes
      Cache
     
Back to Top