Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 811 - 820 of 1,506 for store (0.15 sec)

  1. Crafting a minimal reproducer for scikit-learn ...

    other_score = gbdt . score ( X_test , y_test ) other_score = gbdt...other_score = gbdt . score ( X_test , y_test ) other_score = gbdt...
    scikit-learn.org/dev/developers/minimal_reproducer.html
    Fri Nov 22 23:53:28 UTC 2024
      63.3K bytes
      Cache
      Similar Results (1)
     
  2. Will the streets run red? - by John Ganz - Unpo...

    exactly one person was willing to stare into a cop’s loaded handgun...Far more effort was spent shoring up the GOP’s advantages in...
    www.unpopularfront.news/p/will-the-streets-run-red
    Sat Nov 23 00:50:40 UTC 2024
      213.7K bytes
      Cache
     
  3. LinearSVC — scikit-learn 1.5.2 documentation

    confidence scores for samples. The confidence score for a sample...get the confidence scores. Returns : scores ndarray of shape (n_samples,)...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Fri Nov 22 23:53:26 UTC 2024
      162.3K bytes
      Cache
     
  4. Visualization of MLP weights on MNIST — scikit-...

    05534985 Training set score: 0.986429 Test set score: 0.953061 import...print ( "Training set score: %f " % mlp . score ( X_train , y_train...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Fri Nov 22 23:53:26 UTC 2024
      89.2K bytes
      Cache
     
  5. DummyRegressor — scikit-learn 1.5.2 documentation

    score ( X , y ) 0.0 fit ( X , y ,...distribution of query points. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Fri Nov 22 23:53:26 UTC 2024
      139.5K bytes
      Cache
     
  6. TransformedTargetRegressor — scikit-learn 1.5.2...

    Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Fri Nov 22 23:53:26 UTC 2024
      141K bytes
      Cache
     
  7. Effect of transforming the targets in regressio...

    r2_score def compute_score ( y_true , y_pred ):...get ]): for name , score in compute_score ( y_test , y_pred )...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Fri Nov 22 23:53:26 UTC 2024
      120.6K bytes
      Cache
     
  8. CCA — scikit-learn 1.5.2 documentation

    Return x_scores if Y is not given, (x_scores, y_scores) otherwise....Return x_scores if Y is not given, (x_scores, y_scores) otherwise....
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Thu Nov 21 22:17:08 UTC 2024
      160.5K bytes
      Cache
     
  9. CategoricalNB — scikit-learn 1.5.2 documentation

    score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Thu Nov 21 22:17:08 UTC 2024
      151.4K bytes
      Cache
     
  10. SVC — scikit-learn 1.5.2 documentation

    (n_classes * (n_classes - 1) / 2) score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Fri Nov 22 23:53:26 UTC 2024
      181.3K bytes
      Cache
     
Back to top