Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 961 - 970 of 2,010 for = (0.12 sec)

  1. SGD: Weighted samples — scikit-learn 1.7.0 docu...

    c = y , s = sample_weight , alpha = 0.9 , cmap = plt . cm...alpha = 0.01 , max_iter = 100 ) clf . fit ( X , y ) Z = clf ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html
    Tue Jul 01 15:59:35 UTC 2025
      93.4K bytes
      Cache
     
  2. beta_divergence.png

    encoding=ISO-8859-1, compression=none keyword=Software, value=Matplotlib...0.2540005 width=640, height=480, bitDepth=8, colorType=RGB, compr...
    scikit-learn.org/stable/_images/beta_divergence.png
    Tue Jul 01 15:59:32 UTC 2025
      42.7K bytes
     
  3. RationalQuadratic — scikit-learn 1.7.0 document...

    length_scale = 1.0 , alpha = 1.0 , length_scale_bounds = (1e-05, 100000.0)...>>> X , y = load_iris ( return_X_y = True ) >>> kernel = RationalQuadratic...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RationalQuadratic.html
    Tue Jul 01 15:59:32 UTC 2025
      127.1K bytes
      Cache
     
  4. 1.7. Gaussian Processes — scikit-learn 1.7.0 do...

    for the WhiteKernel ): k(X) == K(X, Y=X) If only the diagonal of...bounds=array([[ 0., 10.]]), n_elements=1, fixed=False) Hyper...
    scikit-learn.org/stable/modules/gaussian_process.html
    Tue Jul 01 15:59:32 UTC 2025
      84.5K bytes
      Cache
     
  5. Sparse inverse covariance estimation — scikit-l...

    cov /= d cov /= d [:, np . newaxis ] prec *= d prec *= d [:,..., size = n_samples ) X -= X . mean ( axis = 0 ) X /= X . std...
    scikit-learn.org/stable/auto_examples/covariance/plot_sparse_cov.html
    Tue Jul 01 15:59:35 UTC 2025
      108.3K bytes
      Cache
     
  6. SVM Tie Breaking Example — scikit-learn 1.7.0 d...

    ()): svm = SVC ( kernel = "linear" , C = 1 , break_ties = break_ties...SVC X , y = make_blobs ( random_state = 27 ) fig , sub = plt . subplots...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html
    Tue Jul 01 15:59:32 UTC 2025
      95K bytes
      Cache
     
  7. mutual_info_classif — scikit-learn 1.7.0 docume...

    discrete_features = 'auto' , n_neighbors = 3 , copy = True , random_state...n_features = 10 , n_informative = 2 , n_clusters_per_class = 1 , ......
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html
    Tue Jul 01 15:59:34 UTC 2025
      114.9K bytes
      Cache
     
  8. explained_variance_score — scikit-learn 1.7.0 d...

    sample_weight = None , multioutput = 'uniform_average' ,... >>> y_true = [ 3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html
    Tue Jul 01 15:59:32 UTC 2025
      114.9K bytes
      Cache
     
  9. EmpiricalCovariance — scikit-learn 1.7.0 docume...

    multivariate_normal ( mean = [ 0 , 0 ], ... cov = real_cov , ... size = 500 ) >>>...comp_cov , norm = 'frobenius' , scaling = True , squared = True ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EmpiricalCovariance.html
    Tue Jul 01 15:59:32 UTC 2025
      131.2K bytes
      Cache
     
  10. Nearest Centroid Classification — scikit-learn ...

    c = y , cmap = cmap_bold , edgecolor = "k" , s = 20 ) plt...shrinkage , np . mean ( y == y_pred )) _ , ax = plt . subplots () DecisionBoundaryDisp...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html
    Tue Jul 01 15:59:33 UTC 2025
      90.7K bytes
      Cache
     
Back to top