Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 501 - 510 of 2,952 for 1 (0.67 sec)

  1. ClassifierChain — scikit-learn 1.6.1 documentation

    X_test ) array([[1., 1., 0.], [1., 0., 0.], [0., 1., 0.]]) >>> chain...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html
    Sat Apr 19 00:31:22 UTC 2025
      140.4K bytes
      Cache
     
  2. Comparing Nearest Neighbors with and without Ne...

    StandardScaler n_neighbors = 1 dataset = datasets . load_iris.... scatter ( X [:, 0 ], X [:, 1 ], c = y , cmap = cmap_bold ,...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Sat Apr 19 00:31:21 UTC 2025
      97.8K bytes
      Cache
     
  3. MLPClassifier — scikit-learn 1.6.1 documentation

    :]) array([1, 0, 1, 0, 1]) >>> clf . score ( X_test..., validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 ,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Sat Apr 19 00:31:21 UTC 2025
      159K bytes
      Cache
     
  4. BaggingClassifier — scikit-learn 1.6.1 document...

    max_samples = 1.0 , max_features = 1.0 , bootstrap = True...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html
    Sat Apr 19 00:31:21 UTC 2025
      151.8K bytes
      Cache
     
  5. BernoulliRBM — scikit-learn 1.6.1 documentation

    1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> model...= 256 , * , learning_rate = 0.1 , batch_size = 10 , n_iter = 10...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html
    Sat Apr 19 00:31:22 UTC 2025
      136.2K bytes
      Cache
     
  6. LinearSVC — scikit-learn 1.6.1 documentation

    intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Sat Apr 19 00:31:21 UTC 2025
      163.7K bytes
      Cache
     
  7. StackingRegressor — scikit-learn 1.6.1 document...

    in version 1.1: The ‘prefit’ option was added in 1.1 Note A larger...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html
    Sat Apr 19 00:31:21 UTC 2025
      161.1K bytes
      Cache
     
  8. Perceptron — scikit-learn 1.6.1 documentation

    l1_ratio <= 1 . l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Sat Apr 19 00:31:21 UTC 2025
      163.3K bytes
      Cache
     
  9. StratifiedKFold — scikit-learn 1.6.1 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> skf = StratifiedKFold...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Sat Apr 19 00:31:22 UTC 2025
      124.6K bytes
      Cache
     
  10. MiniBatchKMeans — scikit-learn 1.6.1 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...0 , 1 ], [ 2 , 2 ], ... [ 3 , 2 ], [ 5 , 5 ], [ 1 , - 1 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html
    Sat Apr 19 00:31:22 UTC 2025
      172.9K bytes
      Cache
     
Back to top