Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 91 - 100 of over 10,000 for 1 (0.12 seconds)

Filter
  1. make_swiss_roll — scikit-learn 1.8.0 documentation

    is from Marsland [1] . References [ 1 ] ( 1 , 2 ) S. Marsland,...from Stephen Marsland’s code [1] . Parameters : n_samples int,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_swiss_roll.html
    Tue Mar 17 03:44:39 UTC 2026
      13.9K bytes
      Cache
     
  2. LassoLarsIC — scikit-learn 1.8.0 documentation

    [ - 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 Mar 17 03:44:39 UTC 2026
      19K bytes
      Cache
     
  3. zero_one_loss — scikit-learn 1.8.0 documentation

    1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...zero_one_loss >>> y_pred = [ 1 , 2 , 3 , 4 ] >>> y_true = [ 2...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html
    Tue Mar 17 03:44:39 UTC 2026
      13.7K bytes
      Cache
     
  4. Lars — scikit-learn 1.8.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
    Tue Mar 17 03:44:36 UTC 2026
      17.4K bytes
      Cache
     
  5. IsotonicRegression — scikit-learn 1.8.0 documen...

    1 , .2 ]) array([1.8628, 3.7256]) fit (...n_samples = 10 , n_features = 1 , random_state = 41 ) >>> iso_reg...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Tue Mar 17 03:44:36 UTC 2026
      18.1K bytes
      Cache
     
  6. LassoLars — scikit-learn 1.8.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
    Tue Mar 17 03:44:36 UTC 2026
      18.2K bytes
      Cache
     
  7. GradientBoostingClassifier — scikit-learn 1.8.0...

    1 , n_estimators = 100 , subsample = 1.0 , criterion...in the range [1, inf) . subsample float, default=1.0 The fraction...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Tue Mar 17 03:44:39 UTC 2026
      22.3K bytes
      Cache
     
  8. MinMaxScaler — scikit-learn 1.8.0 documentation

    data = [[ - 1 , 2 ], [ - 0.5 , 6 ], [ 0 , 10 ], [ 1 , 18 ]] >>>...0. ] [0.25 0.25] [0.5 0.5 ] [1. 1. ]] >>> print ( scaler . transform...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html
    Tue Mar 17 03:44:39 UTC 2026
      18.8K bytes
      Cache
     
  9. HDBSCAN — scikit-learn 1.8.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means.... labels_ ) . tolist () [-1, 0, 1, 2, 3, 4, 5, 6, 7] dbscan_clustering...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html
    Tue Mar 17 03:44:36 UTC 2026
      19.2K bytes
      Cache
     
  10. HistGradientBoostingRegressor — scikit-learn 1....

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...version 1.1: Added option ‘quantile’. Changed in version 1.3: Added...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Tue Mar 17 03:44:36 UTC 2026
      23.3K bytes
      Cache
     
Back to Top