Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 191 - 200 of over 10,000 for 1 (0.42 seconds)

  1. ComplementNB — scikit-learn 1.7.2 documen...

    Added in version 1.2. Changed in version 1.4: The default value...sklearn.naive_bayes. ComplementNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Fri Nov 21 04:27:30 GMT 2025
      153K bytes
      Cache
     
  2. OrthogonalMatchingPursuit — scikit-learn ...

    either set to 10% of n_features or 1, whichever is greater. tol float,...either set to 10% of n_features or 1, whichever is greater. n_features_in_...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Mon Nov 24 10:40:49 GMT 2025
      134K bytes
      Cache
     
  3. 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
    Mon Nov 24 10:40:48 GMT 2025
      145.6K bytes
      Cache
     
  4. 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
    Mon Nov 24 11:23:20 GMT 2025
      121.8K bytes
      Cache
     
  5. MinMaxScaler — scikit-learn 1.7.2 documen...

    data = [[ - 1 , 2 ], [ - 0.5 , 6 ], [ 0 , 10 ], [ 1 , 18 ]] >>>...0. ] [0.25 0.25] [0.5 0.5 ] [1. 1. ]] >>> print ( scaler...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html
    Mon Nov 24 11:06:37 GMT 2025
      143.2K bytes
      Cache
     
  6. GraphicalLassoCV — scikit-learn 1.7.2 doc...

    means 1 unless in a joblib.parallel_backend context. -1 means...0.2 , 0.0 , 0.3 , 0.1 ], ... [ 0.0 , 0.0 , 0.1 , 0.7 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Mon Nov 24 12:29:38 GMT 2025
      140.3K bytes
      Cache
     
  7. MultiOutputRegressor — scikit-learn 1.7.2...

    means 1 unless in a joblib.parallel_backend context. -1 means...X [[ 0 ]]) array([[176, 35.1, 57.1]]) fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html
    Fri Nov 21 04:27:30 GMT 2025
      146.1K bytes
      Cache
     
  8. make_hastie_10_2 — scikit-learn 1.7.2 doc...

    float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html
    Mon Nov 24 10:55:06 GMT 2025
      110.6K bytes
      Cache
     
  9. CalibrationDisplay — scikit-learn 1.7.2 d...

    pos_label is set to 1. Added in version 1.1. name str, default=None...estimators.classes_[1] when using from_estimator and set to 1 when using...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Mon Nov 24 11:23:20 GMT 2025
      141.4K bytes
      Cache
     
  10. adjusted_rand_score — scikit-learn 1.7.2 ...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_rand_score...adjusted_rand_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html
    Mon Nov 24 10:55:07 GMT 2025
      117.6K bytes
      Cache
     
Back to Top