Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 1,324 for test (0.12 sec)

  1. 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
     
  2. 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
    Mon Sep 15 09:31:45 UTC 2025
      93.4K bytes
      Cache
     
  3. testimonials.rst.txt

    div:: sk-text-image-grid-large .. div:: text-box Scikit-learn..... div:: sk-text-image-grid-large .. div:: text-box Scikit-learn...
    scikit-learn.org/stable/_sources/testimonials/testimonials.rst.txt
    Fri Sep 12 13:34:55 UTC 2025
      25.7K bytes
      4 views
     
  4. 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
    Mon Sep 15 09:31:45 UTC 2025
      172.7K bytes
      Cache
     
  5. Friends - IntelliJ | DBFlute

    project |-src/main/java |-src/test/java |- ... |- .idea | |-inspectionProfiles...project |-src/main/java |-src/test/java |- ... |- .idea | |-codeStyles...
    dbflute.seasar.org/ja/manual/topic/friends/intellij/index.html
    Mon Sep 15 10:51:18 UTC 2025
      35K bytes
      1 views
      Cache
     
  6. grid_search.rst.txt

    have identified the best candidate. The best candidate is identified...`factor=2` candidates: the best candidate is the best out of these 2 candidates....
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Thu Sep 11 19:47:21 UTC 2025
      33.4K bytes
      2 views
     
  7. 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
    Mon Sep 15 09:31:45 UTC 2025
      99.4K bytes
      Cache
     
  8. plot_multi_metric_evaluation.rst.txt

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Fri Sep 12 13:34:55 UTC 2025
      6.6K bytes
     
  9. 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
    Mon Sep 15 09:31:45 UTC 2025
      109.8K bytes
      Cache
     
  10. RadiusNeighborsRegressor — scikit-learn 1.7.2 d...

    or None Test samples. If None , predictions...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html
    Mon Sep 15 09:31:45 UTC 2025
      150.5K bytes
      Cache
     
Back to top