Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1171 - 1180 of 9,830 for 2 (0.2 seconds)

  1. Guide de contribution

    Architecture et structure du code Étape 2 : Trouver un problème Sur la page...sur l'écran de recherche 2. Exécuter la recherche 3. Vérifier...
    fess.codelibs.org/fr/dev/contributing.html
    Mon Dec 29 02:44:43 GMT 2025
      63.3K bytes
      Cache
     
  2. Common pitfalls in the interpretation of coeffi...

    534 534 unique NaN 2 2 NaN 2 NaN 3 6 3 2 top NaN no male NaN...36.833333 NaN NaN NaN NaN std 2.615373 NaN NaN 12.379710 NaN 11.726573...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Mon Dec 29 13:14:48 GMT 2025
      421.4K bytes
      Cache
     
  3. TransformerMixin — scikit-learn 1.8.0 doc...

    2 ], [ 2 , 3 ], [ 3 , 4 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html
    Mon Dec 29 13:14:48 GMT 2025
      117.2K bytes
      Cache
     
  4. Release Highlights for scikit-learn 1.3 —...

    gamma ( shape = 2 , scale = np . exp ( X @ coef ) / 2 ) gbdt = HistGradientBoosting...] * 30 + [ 20.4 ] * 20 + [ 21.2 ] * 38 enc = TargetEncoder ( random_state...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html
    Mon Dec 29 13:14:49 GMT 2025
      116.4K bytes
      Cache
     
  5. MiniBatchKMeans — scikit-learn 1.8.0 docu...

    [ 2 , 2 ], ... [ 3 , 2 ], [ 5 , 5 ], [ 1 ,...array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 0...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html
    Mon Dec 29 13:14:48 GMT 2025
      171.7K bytes
      Cache
     
  6. plot_discretization_strategies.py

    [2, 4], [8, 8]]) centers_1 = np.array([[0,...form(-3, 3, size=(n_samples, 2)), make_blobs( n_samples=[ n_samples...
    scikit-learn.org/stable/_downloads/43e84df0b93ff974da370e8da900f2ee/plot_discretization_strategie...
    Tue Dec 02 16:12:15 GMT 2025
      3.1K bytes
     
  7. Image denoising using kernel PCA — scikit...

    (( X_test - X_test_noisy ) ** 2 ) : .2f } " ) Learn the PCA...X_test - X_reconstructed_pca ) ** 2 ) : .2f } " , ) plot_digits...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Mon Dec 29 13:14:48 GMT 2025
      102.3K bytes
      Cache
     
  8. cross_val_score — scikit-learn 1.8.0 docu...

    pre_dispatch = '2*n_jobs' , error_score = nan )...pre_dispatch int or str, default=’2*n_jobs’ Controls the number of...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Mon Dec 29 13:14:49 GMT 2025
      126.2K bytes
      Cache
     
  9. cross_val_predict — scikit-learn 1.8.0 do...

    pre_dispatch = '2*n_jobs' , method = 'predict' )...pre_dispatch int or str, default=’2*n_jobs’ Controls the number of...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Mon Dec 29 13:14:48 GMT 2025
      120.7K bytes
      Cache
     
  10. plot_kmeans_digits.py

    PCA` to project into a # 2-dimensional space and plot the...reduced_data = PCA(n_components=2).fit_transform(data) kmeans =...
    scikit-learn.org/stable/_downloads/5a87b25ba023ee709595b8d02049f021/plot_kmeans_digits.py
    Fri Dec 05 17:52:54 GMT 2025
      6.7K bytes
     
Back to Top