Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 341 - 350 of over 10,000 for 1 (0.14 seconds)

  1. MLPRegressor — scikit-learn 1.8.0 documen...

    returns f(x) = 1 / (1 + exp(-x)). ‘tanh’, the hyperbolic...random_state = 1 , max_iter = 2000 , tol = 0.1 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Mon Jan 26 11:09:12 GMT 2026
      163.6K bytes
      Cache
     
  2. GradientBoostingClassifier — scikit-learn...

    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
    Mon Jan 26 14:16:29 GMT 2026
      180.1K bytes
      Cache
     
  3. IsotonicRegression — scikit-learn 1.8.0 d...

    1 , .2 ]) array([1.8628, 3.7256]) fit (...n_samples = 10 , n_features = 1 , random_state = 41 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Mon Jan 26 14:16:29 GMT 2026
      146.6K bytes
      Cache
     
  4. 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
    Mon Jan 26 11:09:12 GMT 2026
      142.2K bytes
      Cache
     
  5. MinMaxScaler — scikit-learn 1.8.0 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 Jan 26 14:16:29 GMT 2026
      144K bytes
      Cache
     
  6. make_swiss_roll — scikit-learn 1.8.0 docu...

    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
    Mon Jan 26 14:16:29 GMT 2026
      110.5K bytes
      Cache
     
  7. Nearest Neighbors Classification — scikit...

    feature_names [ 1 ], shading = "auto".... iloc [:, 0 ], X . iloc [:, 1 ], c = y , edgecolors = "k"...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Mon Jan 26 11:09:17 GMT 2026
      96K bytes
      Cache
     
  8. zero_one_loss — scikit-learn 1.8.0 docume...

    1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...zero_one_loss >>> y_pred = [ 1 , 2 , 3 , 4 ] >>> y_true...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html
    Mon Jan 26 14:16:29 GMT 2026
      111.2K bytes
      Cache
     
  9. FeatureUnion — scikit-learn 1.8.0 documen...

    svd__n_components = 1 ) . fit_transform ( X ) array([[-1.5 , 3.04], [ 1.5 , 5.72]])...unchanged. Added in version 1.1: Added the option "passthrough"...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html
    Mon Jan 26 11:09:12 GMT 2026
      135K bytes
      Cache
     
  10. DictionaryLearning — scikit-learn 1.8.0 d...

    1 ( U , V ) with || V_k || _2 <= 1 for all 0 <=...version 1.2: When None, default value changed from 1.0 to alpha...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html
    Mon Jan 26 11:09:14 GMT 2026
      145.2K bytes
      Cache
     
Back to Top