Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1421 - 1430 of 1,998 for store (1.08 seconds)

  1. label_ranking_loss — scikit-learn 1.8.0 d...

    n_labels) Target scores, can either be probability...classifiers). For decision_function scores, values greater than or equal...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_loss.html
    Mon Jan 26 14:16:33 GMT 2026
      108.9K bytes
      Cache
     
  2. Varying regularization in Multi-layer Perceptro...

    y_train ) score = clf . score ( X_test , y_test ) #.... min () + 0.3 , f " { score : .3f } " . lstrip ( "0"...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html
    Mon Jan 26 11:09:14 GMT 2026
      108.7K bytes
      Cache
     
  3. cross_val_predict — scikit-learn 1.8.0 do...

    also cross_val_score Calculate score for each CV split. cross_validate...cross_validate Calculate one or more scores and timings for each CV split....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Mon Jan 26 14:16:29 GMT 2026
      120.7K bytes
      Cache
     
  4. Deep learning - IBM Developer

    interaction and MaxSim scoring method to rank the documents...relevance to the query. This scoring method furnishes better retrieval...
    developer.ibm.com/technologies/deep-learning
    Mon Jan 26 12:28:43 GMT 2026
      636.3K bytes
      Cache
      Similar Results (1)
     
  5. Multi-class AdaBoosted Decision Trees — s...

    to two baseline scores. The first baseline score is the misclassification_error...point. The second baseline score is obtained from the DummyClassifier...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Mon Jan 26 11:09:17 GMT 2026
      114.8K bytes
      Cache
     
  6. Permutation Importance vs Random Forest Feature...

    estimate the generalization score. By default, :func:`~sklear..."RF train accuracy: { rf . score ( X_train , y_train ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Mon Jan 26 11:09:17 GMT 2026
      269.7K bytes
      Cache
     
  7. OneClassSVM — scikit-learn 1.8.0 document...

    decision function from the raw scores. We have the relation: decision_function...score_samples ( X ) [source] # Raw scoring function of the samples. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Mon Jan 26 14:16:30 GMT 2026
      139.6K bytes
      Cache
     
  8. plot_kmeans_digits.py

    homo homogeneity score compl completeness score v-meas V measure...clustering_metrics] # The silhouette score requires the full dataset results...
    scikit-learn.org/stable/_downloads/5a87b25ba023ee709595b8d02049f021/plot_kmeans_digits.py
    Fri Dec 05 17:52:54 GMT 2025
      6.7K bytes
     
  9. plot_classifier_comparison.ipynb

    y_train)\n score = clf.score(X_test, y_test)\n Dec...y_min + 0.3,\n (\"%.2f\" % score).lstrip(\"0\"),\n size=15,\n...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Mon Jan 12 10:07:40 GMT 2026
      5.7K bytes
     
  10. Dimensionality Reduction with Neighborhood Comp...

    score ( model . transform ( X_test...points and show the evaluation score plt . scatter ( X_embedded [:,...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Mon Jan 26 11:09:12 GMT 2026
      98K bytes
      Cache
     
Back to Top