Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 561 - 570 of 3,729 for 1 (0.15 sec)

  1. fetch_rcv1 — scikit-learn 1.7.1 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the RCV1 multilabel...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Wed Sep 03 15:30:00 UTC 2025
      112K bytes
      Cache
     
  2. Orthogonal Matching Pursuit — scikit-learn 1.7....

    1 , 1 ) plt . xlim ( 0 , 512 ) plt...make_sparse_coded_signal ( n_samples = 1 , n_components = n_components...
    scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html
    Wed Sep 03 15:29:59 UTC 2025
      96.7K bytes
      Cache
     
  3. RadiusNeighborsClassifier — scikit-learn 1.7.1 ...

    () 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
    Wed Sep 03 15:30:00 UTC 2025
      152.2K bytes
      Cache
     
  4. NuSVC — scikit-learn 1.7.1 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
    Thu Aug 28 22:04:16 UTC 2025
      151.8K bytes
      Cache
     
  5. RadiusNeighborsTransformer — scikit-learn 1.7.1...

    () 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
    Wed Sep 03 15:29:59 UTC 2025
      146K bytes
      Cache
     
  6. MultiTaskElasticNetCV — scikit-learn 1.7.1 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
    Wed Sep 03 15:29:58 UTC 2025
      163.5K bytes
      Cache
     
  7. Caching nearest neighbors — scikit-learn 1.7.1 ...

    = True ) n_neighbors_list = [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 ,...fig , axes = plt . subplots ( 1 , 2 , figsize = ( 8 , 4 )) axes...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Wed Sep 03 15:30:01 UTC 2025
      93.5K bytes
      Cache
     
  8. LeaveOneGroupOut — scikit-learn 1.7.1 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
    Wed Sep 03 15:29:58 UTC 2025
      122.2K bytes
      Cache
     
  9. MultiTaskElasticNet — scikit-learn 1.7.1 docume...

    1 ) >>> clf . fit ([[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2...], [ 1 , 1 ], [ 2 , 2 ]]) MultiTaskElasticNet(alpha=0.1) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNet.html
    Wed Sep 03 15:30:00 UTC 2025
      156.9K bytes
      Cache
     
  10. ExtraTreeClassifier — scikit-learn 1.7.1 docume...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html
    Fri Aug 29 15:59:15 UTC 2025
      165.6K bytes
      Cache
     
Back to top