Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1121 - 1130 of 3,489 for 1 (0.09 sec)

  1. get_data_home — scikit-learn 1.6.0 documentation

    Gallery examples: Out-of-core classification of text documents
    scikit-learn.org/stable/modules/generated/sklearn.datasets.get_data_home.html
    Tue Dec 24 12:16:12 UTC 2024
      108.3K bytes
      Cache
     
  2. load_sample_images — scikit-learn 1.6.0 documen...

    Skip to main content Back to top Ctrl + K GitHub Choose version load_sample_images # sklearn.datasets. load_sample_im...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_sample_images.html
    Tue Dec 24 12:16:12 UTC 2024
      106.8K bytes
      Cache
     
  3. enable_iterative_imputer — scikit-learn 1.6.0 d...

    Enables IterativeImputer The API and results of this estimator might change without any deprecation cycle. Importing this file dynamically sets IterativeImputer as an attribute of the impute module:
    scikit-learn.org/stable/modules/generated/sklearn.experimental.enable_iterative_imputer.html
    Tue Dec 24 12:16:11 UTC 2024
      104.9K bytes
      Cache
     
  4. make_s_curve — scikit-learn 1.6.0 documentation

    Gallery examples: Comparison of Manifold Learning methods t-SNE: The effect of various perplexity values on the shape
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_s_curve.html
    Tue Dec 24 12:16:11 UTC 2024
      109K bytes
      Cache
     
  5. Illustration of Gaussian process classification...

    kernels = [ 1.0 * RBF ( length_scale = 1.15 ), 1.0 * DotProduct...)[:, 1 ] Z = Z . reshape ( xx . shape ) plt . subplot ( 1 , 2...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html
    Tue Dec 24 12:16:12 UTC 2024
      98.1K bytes
      Cache
     
  6. Principal Component Analysis (PCA) on Iris Data...

    figure ( 1 , figsize = ( 8 , 6 )) ax = fig...X_reduced [:, 0 ], X_reduced [:, 1 ], X_reduced [:, 2 ], c = iris...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_iris.html
    Tue Dec 24 12:16:12 UTC 2024
      93.8K bytes
      Cache
     
  7. Probability Calibration for 3-class classificat...

    "($\frac {1}{3} $, $\frac {1}{3} $, $\frac {1}{3} $)" , xy = ( 1.0 /...r "($1$, $0$, $0$)" , xy = ( 1 , 0 ), xytext = ( 1 , 0.1 ), xycoords...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Tue Dec 24 12:16:12 UTC 2024
      165.8K bytes
      Cache
     
  8. inplace_csr_row_normalize_l1 — scikit-learn 1.6...

    1 , 2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0 , 3.0...0. ], [0. , 0. , 1. , 0. ], [0. , 0. , 0. , 1. ]]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz...
    Tue Dec 24 12:16:10 UTC 2024
      108K bytes
      Cache
     
  9. Core configuration options | APM .NET Agent Ref...

    String Environment ( [ 1.1 ] Added in 1.1. ) The name of the environment...Type 1.0 Double TransactionMaxSpans (performance) ( [ 1.1.1 ] Added...
    www.elastic.co/guide/en/apm/agent/dotnet/current/config-core.html
    Thu Dec 12 16:32:43 UTC 2024
      46.7K bytes
      Cache
     
  10. Robust linear model estimation using RANSAC — s...

    n_features = 1 , n_informative = 1 , noise = 10 , coef...normal ( size = ( n_outliers , 1 )) y [: n_outliers ] = - 3 + 10...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ransac.html
    Tue Dec 24 12:16:11 UTC 2024
      94K bytes
      Cache
     
Back to top