Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 441 - 460 of 1,328 for test (0.25 sec)

  1. 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
    Fri Sep 12 13:34:56 UTC 2025
      93.4K bytes
      Cache
     
  2. Friends - Fess+Lasta | DBFlute

    |-src/main/resources |-src/test/java |-src/test/resources |- ... fess...Solrのためのコンポーネント | |-src/test/java |-src/test/resources |- ... fess...
    dbflute.seasar.org/ja/manual/topic/friends/fess/fesslasta.html
    Tue Aug 12 02:41:09 UTC 2025
      23.9K bytes
      1 views
      Cache
     
  3. Visualizing the probabilistic predictions of a ...

    = [ est . predict_proba ( test_sample ) . ravel () for est in...estimators_ ] for ( est_name , _ ), est_probas in zip ( eclf...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Fri Sep 12 13:34:56 UTC 2025
      175.2K bytes
      Cache
     
  4. Normal, Ledoit-Wolf and OAS Linear Discriminant...

    for training n_test = 200 # samples for testing n_averages = 50...) X , y = generate_data ( n_test , n_features ) score_clf1 +=...
    scikit-learn.org/stable/auto_examples/classification/plot_lda.html
    Fri Sep 12 13:34:50 UTC 2025
      99.4K bytes
      Cache
     
  5. GradientBoostingRegressor — scikit-learn 1.7.2 ...

    X_test , y_train , y_test = train_test_split ( ......>>> reg . score ( X_test , y_test ) 0.4... For a detailed example...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Fri Sep 12 13:34:55 UTC 2025
      171.8K bytes
      Cache
     
  6. MLPClassifier — scikit-learn 1.7.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Fri Sep 12 13:34:49 UTC 2025
      165.7K bytes
      Cache
     
  7. Failure of Machine Learning to infer causal eff...

    X_test , y_train , y_test = train_test_split ( X ,...data into a training and a testing set. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/inspection/plot_causal_interpretation.html
    Fri Sep 12 13:34:53 UTC 2025
      109.8K bytes
      Cache
     
  8. neighbors.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, ......>>> print(nca_pipe.score(X_test, y_test)) 0.96190476... .. |nca_classification_1|...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Fri Sep 12 13:34:50 UTC 2025
      37.9K bytes
     
  9. Visualizing cross-validation behavior in scikit...

    cross-validation Nested versus non-nested cross-validation Nested versus...split data into training and test sets in order to avoid model...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html
    Fri Sep 12 13:34:56 UTC 2025
      119.9K bytes
      Cache
     
  10. タイプセーフメール送信 (MailFlute) | LastaFlute

    subject to show test environment or not mail.subject.test.prefix = [Test]...[Test] # The common return path of all mail mail.return.path...
    dbflute.seasar.org/ja/lastaflute/howto/architecture/typesafemail.html
    Tue Aug 12 02:41:09 UTC 2025
      24.2K bytes
      Cache
     
  11. HalvingGridSearchCV — scikit-learn 1.7.2 docume...

    selected best_index_ given cv_results_ . In that case, the best_estimator_...returned best_index_ while the best_score_ attribute will not be available....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html
    Fri Sep 12 13:34:55 UTC 2025
      160.8K bytes
      Cache
      Similar Results (1)
     
  12. roadmap.rst.txt

    data by implementing a common test. * An amputation sample generator...Improve scikit-learn common tests suite to make sure that (at...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Fri Sep 12 13:34:55 UTC 2025
      8.6K bytes
     
  13. 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
    Fri Sep 12 13:34:55 UTC 2025
      103.2K bytes
      1 views
      Cache
     
  14. plot_release_highlights_1_7_0.py

    y_val = train_test_split(X, y, test_size=0.2, random_state=0)...sklearn.model_selection import train_test_split from sklearn.pipeline...
    scikit-learn.org/stable/_downloads/27dd4dbb41dee53fc86e0d5b6d3254d3/plot_release_highlights_1_7_0.py
    Fri Sep 12 13:34:55 UTC 2025
      4.7K bytes
     
  15. PLSCanonical — scikit-learn 1.7.2 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html
    Fri Sep 12 13:34:49 UTC 2025
      159.1K bytes
      Cache
     
  16. 5.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Fri Sep 12 13:34:55 UTC 2025
      56.2K bytes
      Cache
     
  17. QuantileRegressor — scikit-learn 1.7.2 document...

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html
    Fri Sep 12 13:34:53 UTC 2025
      139K bytes
      Cache
     
  18. Univariate Feature Selection — scikit-learn 1.7...

    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
    Fri Sep 12 13:34:55 UTC 2025
      105.9K bytes
      Cache
     
  19. decomposition.rst.txt

    ||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/_sources/modules/decomposition.rst.txt
    Thu Sep 11 19:47:20 UTC 2025
      45.8K bytes
      6 views
     
  20. is_regressor — scikit-learn 1.7.2 documentation

    instance Estimator object to test. Returns : out bool True if...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_regressor.html
    Fri Sep 12 13:34:55 UTC 2025
      106.2K bytes
      Cache
     
Back to top