Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 471 - 480 of 2,897 for 1 (0.09 sec)

  1. isotonic_regression — scikit-learn 1.7.2 docume...

    weight is set to 1 (equal weights). y_min float,...isotonic_regression ([ 5 , 3 , 1 , 2 , 8 , 10 , 7 , 9 , 6 , 4 ])...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.isotonic_regression.html
    Mon Nov 03 14:20:05 UTC 2025
      107.7K bytes
      Cache
     
  2. smacof — scikit-learn 1.7.2 documentation

    n_iter will change from 8 to 1 in version 1.9. n_jobs int, default=None...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Mon Nov 03 14:20:03 UTC 2025
      117.1K bytes
      Cache
     
  3. RegressorChain — scikit-learn 1.7.2 documentation

    = [[ 1 , 0 ], [ 0 , 1 ], [ 1 , 1 ]], [[ 0 , 2 ], [ 1 , 1 ], [...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Mon Nov 03 14:20:05 UTC 2025
      133.7K bytes
      Cache
     
  4. GammaRegressor — scikit-learn 1.7.2 documentation

    alpha = 1.0 , fit_intercept = True , solver...Parameters : alpha float, default=1 Constant that multiplies the L2...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Mon Nov 03 14:20:05 UTC 2025
      138.9K bytes
      Cache
     
  5. A demo of the Spectral Co-Clustering algorithm ...

    consensus score: 1.000 # Authors: The scikit-learn...permutation ( data . shape [ 1 ]) data = data [ row_idx ][:,...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_coclustering.html
    Tue Nov 04 06:34:51 UTC 2025
      93.1K bytes
      1 views
      Cache
     
  6. SparseRandomProjection — scikit-learn 1.7.2 doc...

    with probability 1 / 2s 0 with probability 1 - 1 / s +sqrt(s) /...Added in version 1.1. density_ float in range 0.0 - 1.0 Concrete density...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.SparseRandomProjection.html
    Sat Nov 01 09:15:34 UTC 2025
      135.8K bytes
      Cache
     
  7. clone — scikit-learn 1.7.2 documentation

    >>> X = [[ - 1 , 0 ], [ 0 , 1 ], [ 0 , - 1 ], [ 1 , 0 ]] >>> y...y = [ 0 , 0 , 1 , 1 ] >>> classifier = LogisticRegression ()...
    scikit-learn.org/stable/modules/generated/sklearn.base.clone.html
    Mon Nov 03 14:20:03 UTC 2025
      108.8K bytes
      Cache
     
  8. RocCurveDisplay — scikit-learn 1.7.2 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...([ 0 , 0 , 1 , 1 ]) >>> y_score = np . array ([ 0.1 , 0.4 , 0.35...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html
    Mon Nov 03 14:20:03 UTC 2025
      170.5K bytes
      Cache
     
  9. SkewedChi2Sampler — scikit-learn 1.7.2 document...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...SkewedChi2Sampler ( * , skewedness = 1.0 , n_components = 100 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.SkewedChi2Sampler.html
    Mon Nov 03 14:20:03 UTC 2025
      129.8K bytes
      Cache
     
  10. 2.2. Manifold learning — scikit-learn 1.7.2 doc...

    as \(L = D^{-\frac{1}{2}} (D - A) D^{-\frac{1}{2}}\) . Partial...is only artificially high. 2.2.1. Introduction # High-dimensional...
    scikit-learn.org/stable/modules/manifold.html
    Mon Nov 03 14:20:04 UTC 2025
      86.1K bytes
      Cache
     
Back to top