Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 381 - 390 of 1,451 for test (0.17 sec)

  1. Nearest Neighbors regression — scikit-learn 1.6...

    axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Sat Apr 19 00:31:22 UTC 2025
      91.4K bytes
      Cache
     
  2. Explicit feature map approximation for RBF kern...

    the second half: data_test , targets_test = ( data [ n_samples...2 :]) # data_test = scaler.transform(data_test) # Create a classifier:...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html
    Sat Apr 19 00:31:22 UTC 2025
      124.4K bytes
      Cache
     
  3. MLPClassifier — scikit-learn 1.6.1 documentation

    X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Sat Apr 19 00:31:21 UTC 2025
      159K bytes
      Cache
     
  4. LarsCV — scikit-learn 1.6.1 documentation

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Sat Apr 19 00:31:21 UTC 2025
      142.4K bytes
      Cache
     
  5. ElasticNetCV — scikit-learn 1.6.1 documentation

    are tested by cross-validation and the one giving the best prediction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Sat Apr 19 00:31:22 UTC 2025
      165.9K bytes
      Cache
     
  6. Effect of transforming the targets in regressio...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Sat Apr 19 00:31:22 UTC 2025
      125K bytes
      Cache
     
  7. EstimatorCheckFailedWarning — scikit-learn 1.6....

    estimator check from the common tests fails. Parameters : estimator...Estimator instance for which the test failed. check_name str Name...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.EstimatorCheckFailedWarning.html
    Sat Apr 19 00:31:22 UTC 2025
      107.4K bytes
      Cache
     
  8. fetch_rcv1 — scikit-learn 1.6.1 documentation

    test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Sat Apr 19 00:31:21 UTC 2025
      112.4K bytes
      Cache
     
  9. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Sat Apr 19 00:31:22 UTC 2025
      93.4K bytes
      Cache
     
  10. Feature Selection — scikit-learn 1.6.1 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Sat Apr 19 00:31:22 UTC 2025
      76.9K bytes
      Cache
     
Back to top