Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3591 - 3600 of 4,759 for * (0.29 sec)

  1. Comparison of Calibration of Classifiers scik...

    "Naive Bayes" ), ( svc , "SVC" ), ( rfc , "Random forest" ), ] import...SPDX-License-Identifier: BSD-3-Clause # # Dataset # ------- # # We will use a...
    scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html
    Sat Aug 02 00:15:35 UTC 2025
      116.7K bytes
      Cache
     
  2. Single estimator versus bagging: bias-variance ...

    0003 (bias^2) + 0.0152 (var) + 0.0098 (noise) Bagging(Tree): 0.0196...0.0196 (error) = 0.0004 (bias^2) + 0.0092 (var) + 0.0098 (noise)...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Sat Aug 02 00:15:37 UTC 2025
      115.6K bytes
      Cache
     
  3. Vector Quantization Example scikit-learn 1.7....

    encoder . fit_transform ( raccoon_face . reshape ( - 1 , 1 )) . reshape...subplots ( ncols = 2 , figsize = ( 12 , 4 )) ax [ 0 ] . imshow ( raccoon_face...
    scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html
    Sat Aug 02 00:15:35 UTC 2025
      111.1K bytes
      Cache
     
  4. Biclustering documents with the Spectral Co-clu...

    " , "comp.windows.x" , "misc.forsale" , "rec.autos" , "rec.motorcycles"..."comp.graphics" , "comp.sys.ibm.pc.hardware" , "comp.sys.mac.hardware"...
    scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html
    Sat Aug 02 00:15:37 UTC 2025
      109.8K bytes
      Cache
     
  5. Compressive sensing: tomography reconstruction ...

    floor_x , floor_x + 1 )), np . hstack (( 1 - alpha , alpha )) def...= np . floor (( x - orig ) / dx ) . astype ( np . int64 ) alpha...
    scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html
    Sat Aug 02 00:15:35 UTC 2025
      112.8K bytes
      Cache
     
  6. Gradient Boosting Out-of-Bag estimates scikit...

    "max_depth" : 3 , "subsample" : 0.5 , "learning_rate" : 0.01 , "min_samples_leaf"...``y_test``.""" score = np . zeros (( n_estimators ,), dtype = np...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Sat Aug 02 00:15:37 UTC 2025
      112K bytes
      Cache
     
  7. Early stopping in Gradient Boosting scikit-le...

    [ 0 ] . set_yscale ( "log" ) axes [ 0 ] . legend () axes [ 0 ]...Iterations" ) axes [ 0 ] . set_ylabel ( "MSE (Training)" ) axes [...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html
    Sat Aug 02 00:15:37 UTC 2025
      108.1K bytes
      Cache
     
  8. Developing Estimators scikit-learn 1.7.1 docu...

    Ctrl + K GitHub Choose version Developing Estimators # Examples...development of Custom Estimator. __sklearn_is_fitted__ as Developer...
    scikit-learn.org/stable/auto_examples/developing_estimators/index.html
    Sat Aug 02 00:15:35 UTC 2025
      73.4K bytes
      Cache
     
  9. KernelPCA scikit-learn 1.7.1 documentation

    kept. kernel {linear, poly, rbf, sigmoid, cosine, ‘precomputed’}...based on [2] . eigen_solver {auto, dense, arpack, randomized’},...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.KernelPCA.html
    Sat Aug 02 00:15:38 UTC 2025
      146.9K bytes
      Cache
     
  10. MiniBatchSparsePCA scikit-learn 1.7.1 documen...

    None , * , alpha = 1 , ridge_alpha = 0.01 , max_iter = 1000 , callback...components_ == 0 ) np.float64(0.9) fit ( X , y = None ) [source] # Fit the...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html
    Sat Aug 02 00:15:36 UTC 2025
      137.8K bytes
      Cache
     
Back to top