Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 791 - 800 of 2,914 for 1 (0.09 sec)

  1. RadiusNeighborsClassifier — scikit-learn 1.7.0 ...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...[[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> from...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html
    Fri Jun 06 09:13:46 UTC 2025
      152.4K bytes
      Cache
     
  2. Plot the decision surface of decision trees tra...

    1 ], [ 0 , 2 ], [ 0 , 3 ], [ 1 , 2 ], [ 1 , 3 ], [ 2.... subplot ( 2 , 3 , pairidx + 1 ) plt . tight_layout ( h_pad =...
    scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html
    Fri Jun 06 09:13:47 UTC 2025
      95.7K bytes
      Cache
     
  3. NuSVC — scikit-learn 1.7.0 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Fri Jun 06 09:13:46 UTC 2025
      152.1K bytes
      Cache
     
  4. RadiusNeighborsTransformer — scikit-learn 1.7.0...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_output...who’s the closest point to [1, 1, 1]: >>> import numpy as np >>>...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsTransformer.html
    Fri Jun 06 09:13:47 UTC 2025
      146K bytes
      Cache
     
  5. RBFSampler — scikit-learn 1.7.0 documentation

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...in version 1.2: The option "scale" was added in 1.2. n_components...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Fri Jun 06 09:13:47 UTC 2025
      130.9K bytes
      1 views
      Cache
     
  6. GradientBoostingRegressor — scikit-learn 1.7.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.GradientBoostingRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      172.2K bytes
      Cache
     
  7. MultiTaskElasticNetCV — scikit-learn 1.7.0 docu...

    [ 1 , 1 ], [ 2 , 2 ]], ... [[ 0 , 0 ], [ 1 , 1 ], [ 2 ,...with 0 < l1_ratio <= 1. For l1_ratio = 1 the penalty is an L1/L2...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNetCV.html
    Fri Jun 06 09:13:46 UTC 2025
      163.8K bytes
      Cache
     
  8. PolynomialFeatures — scikit-learn 1.7.0 documen...

    fit_transform ( X ) array([[ 1., 0., 1., 0., 0., 1.], [ 1., 2., 3., 4., 6.,...) array([[ 1., 0., 1., 0.], [ 1., 2., 3., 6.], [ 1., 4., 5., 20.]])...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Fri Jun 06 09:13:47 UTC 2025
      139.9K bytes
      Cache
     
  9. LeaveOneGroupOut — scikit-learn 1.7.0 documenta...

    index=[0 1], group=[1 1] Fold 1: Train: index=[0 1], group=[1 1] Test:...array ([ 1 , 2 , 1 , 2 ]) >>> groups = np . array ([ 1 , 1 , 2 ,...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Fri Jun 06 09:13:46 UTC 2025
      122.3K bytes
      Cache
     
  10. adjusted_rand_score — scikit-learn 1.7.0 docume...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_rand_score...adjusted_rand_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html
    Fri Jun 06 09:13:46 UTC 2025
      117.6K bytes
      1 views
      Cache
     
Back to top