Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 417 for c (0.07 sec)

  1. sklearn.utils.Bunch — scikit-learn 1.4.2 docume...

    c = 6 >>> b [ 'c' ] 6 Methods clear ()...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Sat May 18 15:26:00 UTC 2024
      30.2K bytes
      Cache
     
  2. sklearn.neighbors.NearestCentroid — scikit-lear...

    The predicted class C for each sample in X is returned....n_features) Test samples. Returns : C ndarray of shape (n_samples,)...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Sat May 18 15:26:01 UTC 2024
      43.1K bytes
      Cache
     
  3. sklearn.decomposition.IncrementalPCA — scikit-l...

    Recognition and Machine Learning” by C. Bishop, 12.2.1 p. 574 or htt...Computations, Third Edition, G. Holub and C. Van Loan, Chapter 5, section...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Sat May 18 15:26:01 UTC 2024
      66.2K bytes
      Cache
     
  4. 2.4. Biclustering — scikit-learn 1.4.2 document...

    as follows: \[A_n = R^{-1/2} A C^{-1/2}\] Where \(R\) is the diagonal...to \(\sum_{j} A_{ij}\) and \(C\) is the diagonal matrix with...
    scikit-learn.org/stable/modules/biclustering.html
    Sat May 18 15:26:00 UTC 2024
      32.7K bytes
      Cache
     
  5. sklearn.model_selection.permutation_test_score ...

    calculated as: (C + 1) / (n_permutations + 1) Where C is the number...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Sat May 18 15:26:00 UTC 2024
      29K bytes
      Cache
     
  6. sklearn.linear_model.LogisticRegression — sciki...

    C = 1.0 , fit_intercept = True ,...both dense and sparse input. Use C-ordered arrays or CSR matrices...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Sat May 18 15:26:00 UTC 2024
      94.8K bytes
      Cache
     
  7. sklearn.inspection.DecisionBoundaryDisplay — sc...

    c = iris . target , edgecolor =...scatter ( X [:, 0 ], X [:, 1 ], c = iris . target , edgecolor =...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html
    Sat May 18 15:26:00 UTC 2024
      59.6K bytes
      Cache
     
  8. sklearn.preprocessing.PolynomialFeatures — scik...

    order {‘C’, ‘F’}, default=’C’ Order of output array...include_bias = True , order = 'C' ) [source] Generate polynomial...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Sat May 18 15:26:01 UTC 2024
      50.2K bytes
      Cache
     
  9. Release Highlights for scikit-learn 1.0 — sciki...

    or with conda: conda install - c conda - forge scikit - learn Keyword...]], columns = [ "a" , "b" , "c" ]) scalar = StandardScaler ()...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Sat May 18 15:26:00 UTC 2024
      50.4K bytes
      Cache
     
  10. sklearn.cluster.BisectingKMeans — scikit-learn ...

    that if the original data is not C-contiguous, a copy will be made...The data will be converted to C ordering, which will cause a memory...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html
    Sat May 18 15:26:01 UTC 2024
      71.7K bytes
      Cache
     
Back to top