Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 611 - 620 of 5,607 for * (1.32 sec)

  1. make_swiss_roll scikit-learn 1.7.2 documentation

    make_swiss_roll ( noise = 0.05 , random_state = 0 ) >>> X . shape (100, 3) >>>...sklearn.datasets. make_swiss_roll ( n_samples = 100 , * , noise = 0.0 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_swiss_roll.html
    Tue Sep 09 17:54:31 UTC 2025
      109.7K bytes
      Cache
     
  2. silhouette_score scikit-learn 1.7.2 documenta...

    kmeans . fit_predict ( X )) 0.49... Gallery examples # Demo of affinity...for a sample is (b - a) / max(a, b) . To clarify, b is the distance...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_score.html
    Tue Sep 09 17:54:28 UTC 2025
      116.1K bytes
      Cache
     
  3. KMeans scikit-learn 1.7.2 documentation

    cluster. KMeans ( n_clusters = 8 , * , init = 'k-means++' , n_init...clustering . init {k-means++, random}, callable or array-like of...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html
    Tue Sep 09 17:54:31 UTC 2025
      160.7K bytes
      Cache
     
  4. Installing the development version of scikit-le...

    --verbose --no-build-isolation \ --config-settings editable-verbose...--editable . --verbose --no-build-isolation --config-settings editable-verbose...
    scikit-learn.org/stable/developers/advanced_installation.html
    Tue Sep 09 17:54:29 UTC 2025
      48.1K bytes
      1 views
      Cache
     
  5. 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
    Tue Sep 09 17:54:29 UTC 2025
      121.5K bytes
      Cache
     
  6. plot_kmeans_digits.zip

    {n_features}") # %% # Define our evaluation benchmark # ---------- # #...# %% # Run the benchmark # ---------- # # We will compare three...
    scikit-learn.org/stable/_downloads/1393861b58df827d4c681b80a5be2472/plot_kmeans_digits.zip
    Tue Sep 09 17:54:28 UTC 2025
      15.5K bytes
     
  7. KFold scikit-learn 1.7.2 documentation

    np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...train_index , test_index ) in enumerate ( kf . split ( X )): ... print...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Tue Sep 09 17:54:28 UTC 2025
      123.2K 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
    Tue Sep 09 17:54:31 UTC 2025
      141.4K bytes
      Cache
     
  9. permutation_test_score scikit-learn 1.7.2 doc...

    permutation_test_score ( ... estimator , X , y , random_state = 0 ... ) >>> print...instead. E.g.: permutation_test_score(..., params={'groups': groups})...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Tue Sep 09 17:54:28 UTC 2025
      121.8K bytes
      Cache
     
  10. cross_validation.rst.txt

    ((90, 4), (90,)) >>> X_test.shape, y_test.shape ((60, 4), (60,))...cross_val_score(clf, X, y, cv=5) >>> scores array([0.96, 1. , 0.96, 0.96,...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Tue Sep 09 17:54:29 UTC 2025
      41.1K bytes
      6 views
     
Back to top