Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1131 - 1140 of 2,941 for 1 (0.08 sec)

  1. Robust vs Empirical covariance estimate — sciki...

    5 )[ 1 : - 1 ], ) ) . astype ( int ) # definition...= 11 ) plt . subplot ( 2 , 1 , 1 ) lw = 2 plt . errorbar ( range_n_outliers...
    scikit-learn.org/stable/auto_examples/covariance/plot_robust_vs_empirical_covariance.html
    Mon Nov 10 15:11:19 UTC 2025
      117.7K bytes
      Cache
     
  2. radius_neighbors_graph — scikit-learn 1.7.2 doc...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) On this...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.radius_neighbors_graph.html
    Mon Nov 10 15:11:15 UTC 2025
      110.9K bytes
      Cache
     
  3. Plot individual and voting regression predictio...

    random_state = 1 ) reg2 = RandomForestRegresso ( random_state = 1 ) reg3...state=1)), ('rf', RandomForestRegresso(random_state=1)), ('lr',...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_regressor.html
    Mon Nov 10 15:11:19 UTC 2025
      132.8K bytes
      Cache
     
  4. Version 0.16 — scikit-learn 1.7.2 documentation

    empty data (less than 1 sample or less than 1 feature for 2D input)....version Version 0.16 # Version 0.16.1 # April 14, 2015 Changelog # Bug...
    scikit-learn.org/stable/whats_new/v0.16.html
    Mon Nov 10 15:11:15 UTC 2025
      94K bytes
      Cache
     
  5. Multiclass sparse logistic regression on 20newg...

    accuracies = [ 1 / n_classes ] times = [ 0 ] densities = [ 1 ] model_params...model_params [ "iters" ][ - 1 ], model , times [ - 1 ]) ) fig = plt . figure...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Mon Nov 10 15:11:18 UTC 2025
      106.2K bytes
      Cache
     
  6. weighted_mode — scikit-learn 1.7.2 documentation

    1 , 4 , 2 , 4 , 2 ] >>> weights = [ 1 , 1 , 1 , 1 , 1 , 1...distribution. >>> weights = [ 1 , 3 , 0.5 , 1.5 , 1 , 2 ] # deweight the...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.weighted_mode.html
    Sun Nov 09 07:16:25 UTC 2025
      108.4K bytes
      Cache
     
  7. make_friedman3 — scikit-learn 1.7.2 documentation

    1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3...arctan (( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1 ] * X [:, 3 ]))...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman3.html
    Mon Nov 10 15:11:19 UTC 2025
      110.4K bytes
      Cache
     
  8. calibration_curve — scikit-learn 1.7.2 document...

    1 , 1 , 1 , 1 , 1 ]) >>> y_pred = np . array ([ 0.1 , 0.2...positive class. Added in version 1.1. n_bins int, default=5 Number...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.calibration_curve.html
    Mon Nov 10 15:11:18 UTC 2025
      110.9K bytes
      Cache
     
  9. sigmoid_kernel — scikit-learn 1.7.2 documentation

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...defaults to 1.0 / n_features. coef0 float, default=1 Constant offset...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.sigmoid_kernel.html
    Sun Nov 09 07:16:25 UTC 2025
      107.6K bytes
      Cache
     
  10. ndcg_score — scikit-learn 1.7.2 documentation

    1.1 , 1. , .5 , .0 ]]) >>> ndcg_score...scores = np . asarray ([[ 1 , 0 , 0 , 0 , 1 ]]) >>> # by default ties...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html
    Mon Nov 10 15:11:15 UTC 2025
      113.6K bytes
      Cache
     
Back to top