Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 661 - 670 of 4,571 for * (7.97 sec)

  1. load_breast_cancer scikit-learn 1.7.2 documen...

    load_breast_cancer () >>> data . target [[ 10 , 50 , 85 ]] array([0, 1, 0]) >>>...list ( data . target_names ) [np.str_('malignant'), np.str_('benign')]...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html
    Sat Nov 01 09:15:33 UTC 2025
      115.1K bytes
      Cache
     
  2. 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
     
  3. 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
     
  4. 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
     
  5. 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
     
  6. 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
     
  7. 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
     
  8. 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
     
  9. 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
     
  10. fetch_kddcup99 scikit-learn 1.7.2 documentation

    Guide . Added in version 0.18. Parameters : subset {SA, SF’,...encountered. Added in version 1.5. delay float, default=1.0 Number...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_kddcup99.html
    Sat Nov 01 09:15:34 UTC 2025
      113.8K bytes
      Cache
     
Back to top