Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 381 - 400 of 851 for test (0.16 sec)

  1. sklearn.model_selection.LeaveOneGroupOut — scik...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Wed May 08 07:10:45 UTC 2024
      33.6K bytes
      Cache
     
  2. sklearn.preprocessing.maxabs_scale — scikit-lea...

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html
    Wed May 08 07:10:45 UTC 2024
      19.5K bytes
      Cache
     
  3. Varying regularization in Multi-layer Perceptro...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html
    Wed May 08 07:10:46 UTC 2024
      45.8K bytes
      Cache
     
  4. sklearn.preprocessing.scale — scikit-learn 1.4....

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Wed May 08 07:10:45 UTC 2024
      21.2K bytes
      Cache
     
  5. Pipelining: chaining a PCA and a logistic regre...

    best_clfs [ "mean_test_score" ], yerr = best_clfs [ "std_test_score"...components_col , "mean_test_score" , "std_test_score" ] ] . apply...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Wed May 08 07:10:46 UTC 2024
      33.7K bytes
      Cache
     
  6. Probabilistic predictions with Gaussian process...

    according to the log-loss on test data. The figure shows that...train_size :], c = "g" , label = "Test data" , edgecolors = ( 0 , 0...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html
    Wed May 08 07:10:46 UTC 2024
      47.9K bytes
      Cache
     
  7. 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
    Wed May 08 07:10:45 UTC 2024
      61.7K bytes
      Cache
     
  8. 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
    Wed May 08 07:10:46 UTC 2024
      61.9K bytes
      Cache
     
  9. Recognizing hand-written digits — scikit-learn ...

    and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Wed May 08 07:10:46 UTC 2024
      39K bytes
      Cache
     
  10. 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
    Wed May 08 07:10:46 UTC 2024
      30.2K bytes
      Cache
     
  11. sklearn.preprocessing.power_transform — scikit-...

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.html
    Wed May 08 07:10:46 UTC 2024
      22.4K bytes
      Cache
     
  12. Elizabeth Holmes sees more months trimmed from ...

    disgraced founder of failed blood-testing startup Theranos entered prison...give users health data by testing blood from a single finger...
    www.nbcnews.com/news/us-news/elizabeth-holmes-prison-release-date-rcna149825
    Wed May 08 01:14:04 UTC 2024
      250.5K bytes
      Cache
     
  13. Univariate Feature Selection — scikit-learn 1.4...

    X_test , y_train , y_test = train_test_split ( X ,...format ( clf . score ( X_test , y_test ) ) ) svm_weights = np ....
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Wed May 08 07:10:45 UTC 2024
      42.5K bytes
      Cache
     
  14. Poisson regression and non-normal loss — scikit...

    df_test = train_test_split ( df , test_size = 0.33 ,...df_test [ "Frequency" ], df_test [ "Frequency" ], df_test [ "Exposure"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Wed May 08 07:10:45 UTC 2024
      108.9K bytes
      Cache
     
  15. sklearn.metrics.ConfusionMatrixDisplay — scikit...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Wed May 08 07:10:46 UTC 2024
      58.9K bytes
      Cache
     
  16. 2.5. Decomposing signals in components (matrix ...

    ||X-UV||_{\text{Fro}}^2+\alpha||V||_{1,1} \\ \text{subject to...||X-UV||_{\text{Fro}}^2+\alpha||U||_{1,1} \\ \text{subject to...
    scikit-learn.org/stable/modules/decomposition.html
    Wed May 08 07:10:45 UTC 2024
      106K bytes
      Cache
     
  17. sklearn.ensemble.RandomForestRegressor — scikit...

    max_leaf_nodes in best-first fashion. Best nodes are defined...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html
    Wed May 08 07:10:45 UTC 2024
      85.3K bytes
      Cache
     
  18. Who is using scikit-learn? — scikit-learn 1.4.2...

    but its careful and well tested implementation give us the...Moreover, its consistent API, well-tested code and permissive licensing...
    scikit-learn.org/stable/testimonials/testimonials.html
    Wed May 08 07:10:45 UTC 2024
      48K bytes
      Cache
     
  19. sklearn.set_config — scikit-learn 1.4.2 documen...

    If ‘text’, estimators will be displayed as text. Default...for easier benchmarking and testing of scikit-learn internals....
    scikit-learn.org/stable/modules/generated/sklearn.set_config.html
    Wed May 08 07:10:45 UTC 2024
      27.6K bytes
      Cache
     
  20. Novelty detection with Local Outlier Factor (LO...

    X_outliers ) n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...# e.g. X_test, X_outliers or the meshgrid y_pred_test = clf ....
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html
    Wed May 08 07:10:46 UTC 2024
      39.2K bytes
      Cache
     
Back to top