Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 601 - 610 of 3,230 for 1 (0.09 sec)

  1. Nearest Centroid Classification — scikit-learn ...

    1 ], c = y , cmap = cmap_bold ,...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html
    Sat Aug 02 00:15:37 UTC 2025
      90.7K bytes
      Cache
     
  2. Balance model complexity and cross-validated sc...

    within 1 standard deviation of the best accuracy score. [1] Hastie,...test_scores , axis = 1 ) - np . std ( test_scores , axis = 1 ), np . mean...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Sat Aug 02 00:15:37 UTC 2025
      169.1K bytes
      Cache
     
  3. Joint feature selection with multi-task Lasso —...

    ylim ([ - 1.1 , 1.1 ]) plt . show () Total running...(( 1.0 + rng . randn ( 1 )) * times + 3 * rng . randn ( 1 ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html
    Sat Aug 02 00:15:37 UTC 2025
      99.6K bytes
      Cache
     
  4. plot_tree — scikit-learn 1.7.1 documentation

    “x[1]”, …). class_names array-like...
    scikit-learn.org/stable/modules/generated/sklearn.tree.plot_tree.html
    Sat Aug 02 00:15:38 UTC 2025
      114.1K bytes
      Cache
     
  5. maxabs_scale — scikit-learn 1.7.1 documentation

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> maxabs_scale...column independently array([[-1. , 1. , 1. ], [-0.5, 0. , 0.5]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html
    Sat Aug 02 00:15:38 UTC 2025
      109.8K bytes
      Cache
     
  6. robust_scale — scikit-learn 1.7.1 documentation

    independently array([[-1., 1., 1.], [ 1., -1., -1.]]) >>> robust_scale...robust_scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> robust_scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Sat Aug 02 00:15:36 UTC 2025
      112.9K bytes
      Cache
     
  7. hinge_loss — scikit-learn 1.7.1 documentation

    [ 1 ]] >>> y = [ - 1 , 1 ] >>> est = svm . LinearSVC...0.09]) >>> hinge_loss ([ - 1 , 1 , 1 ], pred_decision ) 0.30 In...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html
    Sat Aug 02 00:15:38 UTC 2025
      114.8K bytes
      Cache
     
  8. euclidean_distances — scikit-learn 1.7.1 docume...

    1 ], [ 1 , 1 ]] >>> # distance between...(n_samples_Y,) or (n_samples_Y, 1) or (1, n_samples_Y), default=None...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.euclidean_distances.html
    Sat Aug 02 00:15:38 UTC 2025
      111.5K bytes
      Cache
     
  9. Gradient Boosting regularization — scikit-learn...

    random_state = 1 ) # map labels from {-1, 1} to {0, 1} labels , y...{ "learning_rate" : 1.0 , "subsample" : 1.0 }), ( "learning_rate=0.2"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Sat Aug 02 00:15:35 UTC 2025
      96.3K bytes
      Cache
     
  10. paired_distances — scikit-learn 1.7.1 documenta...

    1 ], [ 1 , 1 ]] >>> Y = [[ 0 , 1 ], [ 2 , 1 ]] >>> paired_distances...distances between (X[0], Y[0]), (X[1], Y[1]), etc… Read more in the User...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_distances.html
    Sat Aug 02 00:15:38 UTC 2025
      108.2K bytes
      Cache
     
Back to top