Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 641 - 650 of 4,571 for * (2.62 sec)

  1. GaussianProcessClassifier scikit-learn 1.7.2 ...

    the GP. If None is passed, the kernel 1.0 * RBF(1.0) is used...load_iris ( return_X_y = True ) >>> kernel = 1.0 * RBF ( 1.0 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Sat Nov 01 09:15:33 UTC 2025
      149K bytes
      Cache
     
  2. HalvingRandomSearchCV scikit-learn 1.7.2 docu...

    object (e.g., function) with signature scorer(estimator, X, y) ....param_distributions , * , n_candidates = 'exhaust' , factor = 3 , resource...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingRandomSearchCV.html
    Sat Nov 01 09:15:33 UTC 2025
      163.3K bytes
      Cache
      Similar Results (1)
     
  3. set_config scikit-learn 1.7.2 documentation

    print SVC(C=1.0, cache_size=200,) with all the non-changed...to True. display {text, diagram}, default=None If diagram’,...
    scikit-learn.org/stable/modules/generated/sklearn.set_config.html
    Sat Nov 01 09:15:33 UTC 2025
      121.5K bytes
      Cache
     
  4. MLPRegressor scikit-learn 1.7.2 documentation

    function, returns f(x) = 1 / (1 + exp(-x)). tanh, the hyperbolic tan...function, returns f(x) = max(0, x) solver {lbfgs, sgd, adam’},...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Sat Nov 01 09:15:34 UTC 2025
      163K bytes
      Cache
     
  5. plot_release_highlights_1_7_0.zip

    # %% # Array API support # ---------- # Several functions have...Pipeline([("sc", StandardScaler()), ("clf", clf)], transform_input=["X_val"])...
    scikit-learn.org/stable/_downloads/0f052545c78541815099d62501f25a9e/plot_release_highlights_1_7_0...
    Sat Nov 01 09:15:32 UTC 2025
      11.1K bytes
     
  6. plot_release_highlights_1_7_0.ipynb

    Pipeline([(\"sc\", StandardScaler()), (\"clf\", clf)], transf...0))\nmodel" ] }, { "cell_type": "markdown", "metadata": {}, "source":...
    scikit-learn.org/stable/_downloads/b7d178d09f44d400894015228deb0ddb/plot_release_highlights_1_7_0...
    Sat Nov 01 09:15:33 UTC 2025
      6.1K bytes
     
  7. EllipticEnvelope scikit-learn 1.7.2 documenta...

    ([[ 0 , 0 ], ... [ 3 , 3 ]]) array([ 1, -1]) >>> cov . covariance_...np . array ([[ .8 , .3 ], ... [ .3 , .4 ]]) >>> X = np . random...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Sat Nov 01 09:15:33 UTC 2025
      146.3K bytes
      Cache
     
  8. ShrunkCovariance scikit-learn 1.7.2 documenta...

    covariance_ array([[0.7387, 0.2536], [0.2536, 0.4110]]) >>> cov . location_...sqrt(tr(A^t.A)) - spectral: sqrt(max(eigenvalues(A^t.A)) where...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Sat Nov 01 09:15:34 UTC 2025
      131.9K bytes
      Cache
     
  9. CalibrationDisplay scikit-learn 1.7.2 documen...

    CalibrationDisplay ( prob_true , prob_pred , y_prob ) >>> disp . plot () <...>...from_estimator ( estimator , X , y , * , n_bins = 5 , strategy = 'uniform'...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Sat Nov 01 09:15:33 UTC 2025
      141.4K bytes
      Cache
     
  10. MeanShift scikit-learn 1.7.2 documentation

    = np . array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7 ],...= 2 ) . fit ( X ) >>> clustering . labels_ array([1, 1, 1, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html
    Sat Nov 01 09:15:33 UTC 2025
      127.4K bytes
      Cache
     
Back to top