Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 941 - 950 of over 10,000 for 2 (0.17 seconds)

  1. Varying regularization in Multi-layer Perceptro...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state.... random . RandomState ( 2 ) X += 2 * rng . uniform ( size =...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html
    Mon Dec 22 11:58:29 GMT 2025
      108.7K bytes
      Cache
     
  2. DBSCAN — scikit-learn 1.8.0 documentation

    2 ], [ 2 , 2 ], [ 2 , 3 ], ... [ 8 , 7 ],...memory complexity of \(O({n}^2)\) , which can occur when the...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
    Mon Dec 22 11:58:31 GMT 2025
      137.3K bytes
      Cache
     
  3. TheilSenRegressor — scikit-learn 1.8.0 do...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_samples = 200 , n_features = 2 , noise = 4.0 , random_state =...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Mon Dec 22 11:58:29 GMT 2025
      135.5K bytes
      Cache
     
  4. Custom refit strategy of a grid search with cro...

    parameter candidate is displayed; - >2 : the score is also displayed;...pre_dispatch: int, or str, default='2*n_jobs' Controls the number of...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Mon Dec 22 11:58:29 GMT 2025
      156.9K bytes
      Cache
     
  5. plot_multi_metric_evaluation.zip

    range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2, re...ax.plot( [ X_axis[best_index], ] * 2, [0, best_score], linestyle="-.",...
    scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip
    Sat Nov 29 05:08:38 GMT 2025
      8.8K bytes
     
  6. cross_validate — scikit-learn 1.8.0 docum...

    pre_dispatch = '2*n_jobs' , return_train_score =...pre_dispatch int or str, default=’2*n_jobs’ Controls the number of...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Mon Dec 22 11:58:31 GMT 2025
      137K bytes
      Cache
     
  7. BayesianRidge — scikit-learn 1.8.0 docume...

    [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge() >>>...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Mon Dec 22 11:58:31 GMT 2025
      150K bytes
      Cache
     
  8. FeatureUnion — scikit-learn 1.8.0 documen...

    n_components = 2 ))]) >>> X = [[ 0. , 1. , 3 ], [ 2. , 2. , 5...parameters. Added in version 1.2. n_features_in_ int Number of...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html
    Mon Dec 22 11:58:31 GMT 2025
      135K bytes
      Cache
     
  9. max_error — scikit-learn 1.8.0 documentation

    2 , 7 , 1 ] >>> y_pred = [ 4 , 2 , 7 , 1 ]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.max_error.html
    Mon Dec 22 11:58:31 GMT 2025
      106.5K bytes
      Cache
     
  10. plot_classifier_comparison.rst.txt

    make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Fri Dec 05 17:52:54 GMT 2025
      7.8K bytes
     
Back to Top