Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1371 - 1380 of over 10,000 for 2 (3.27 seconds)

Filter
  1. accuracy_score — scikit-learn 1.8.0 documentation

    2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>> accuracy_score...], [ 1 , 1 ]]), np . ones (( 2 , 2 ))) 0.5 Gallery examples # Plot...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Mon Mar 23 20:39:20 UTC 2026
      15K bytes
      Cache
     
  2. Instalación con Docker (Detalles)

    posterior instalado Docker Compose 2.0 o posterior instalado Verificación...pose-opensearch3.yaml Método 2: Clonar el Repositorio con Git...
    fess.codelibs.org/es/15.4/install/install-docker.html
    Mon Feb 09 02:46:38 UTC 2026
      50.7K bytes
      Cache
     
  3. inplace_csr_row_normalize_l1 — scikit-lea...

    2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0 , 3.0...>>> indptr = np . array ([ 0 , 2 , 3 , 4 ]) >>> indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz...
    Mon Jan 26 14:16:29 UTC 2026
      108.3K bytes
      Cache
     
  4. check_X_y — scikit-learn 1.8.0 documentation

    2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> y = [ 1 , 2 , 3 ] >>>...array([[1, 2], [3, 4], [5, 6]]) >>> y array([1, 2, 3]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_X_y.html
    Tue Mar 17 03:44:37 UTC 2026
      14.5K bytes
      Cache
     
  5. Probability calibration of classifiers — scikit...

    y [: n_samples // 2 ] = 0 y [ n_samples // 2 :] = 1 sample_weight...50000 # Generate 3 blobs with 2 classes where the second blob...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Mon Mar 23 20:39:22 UTC 2026
      17.5K bytes
      Cache
     
  6. AdditiveChi2Sampler — scikit-learn 1.8.0 docume...

    sample_steps = 2 , sample_interval = None ) [source]...original space is transformed into 2*sample_steps-1 features, where...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.AdditiveChi2Sampler.html
    Mon Mar 23 20:39:23 UTC 2026
      15.9K bytes
      Cache
     
  7. EllipticEnvelope — scikit-learn 1.8.0 documenta...

    (n_samples + n_features + 1) / 2 * n_samples . Range is (0, 1)....with n_samples > n_features ** 2 . References [ 1 ] Rousseeuw,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Mon Mar 23 20:39:21 UTC 2026
      18.5K bytes
      Cache
     
  8. plot_classifier_comparison.rst.txt

    make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Mon Mar 23 20:39:23 UTC 2026
      2.6K bytes
     
  9. HuberRegressor — scikit-learn 1.8.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...penalty is equal to alpha * ||w||^2 . Must be in the range [0, inf)...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Mon Mar 23 20:39:20 UTC 2026
      18.4K bytes
      Cache
     
  10. Elastic BBQ: Better Binary Quantization in Luce...

    ( 1 < < 0 ) + ( 2 < < 1 ) + ( 1 < < 2 ) + ( 2 < < 3 ) = 25 = ...= ( 1 << 0 ) + ( 2 << 1 ) + ( 1 << 2 ) + ( 2 << 3 ) = 25 Same...
    www.elastic.co/search-labs/blog/better-binary-quantization-lucene-elasticsearch
    Mon Mar 23 01:50:17 UTC 2026
      62.5K bytes
      Cache
     
Back to Top