Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 1,982 for = (0.09 sec)

  1. 6.8. Pairwise metrics, Affinities and Kernels —...

    b ) >= 0 , for all a and b 2. d ( a , b ) == 0 , if and...only if a = b , positive definiteness 3. d ( a , b ) == d ( b ,...
    scikit-learn.org/stable/modules/metrics.html
    Thu Apr 10 21:02:04 UTC 2025
      55K bytes
      Cache
     
  2. cross_val_predict — scikit-learn 1.6.1 document...

    y = None , * , groups = None , cv = None , n_jobs = None ,..., verbose = 0 , params = None , pre_dispatch = '2*n_jobs' , method...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Thu Apr 10 21:02:04 UTC 2025
      120.3K bytes
      Cache
     
  3. Gaussian process classification (GPC) on iris d...

    y = np . array ( iris . target , dtype = int ) h = 0.02 #...play with iris = datasets . load_iris () X = iris . data [:,...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_iris.html
    Thu Apr 10 21:02:03 UTC 2025
      98.4K bytes
      Cache
     
  4. SVM with custom kernel — scikit-learn 1.6.1 doc...

    cmap = plt . cm . Paired , ax = ax , response_method = "predict"...1 ], c = Y , cmap = plt . cm . Paired , edgecolors = "k" ) plt...
    scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html
    Thu Apr 10 21:02:03 UTC 2025
      89K bytes
      Cache
     
  5. StackingRegressor — scikit-learn 1.6.1 document...

    final_estimator = None , * , cv = None , n_jobs = None , passthrough = False..., y = load_diabetes ( return_X_y = True ) >>> estimators = [ ......
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html
    Thu Apr 10 21:02:04 UTC 2025
      161.1K bytes
      Cache
     
  6. SimpleImputer — scikit-learn 1.6.1 documentation

    missing_values = nan , strategy = 'mean' , fill_value = None , copy = True...numerical value, default=None When strategy == “constant”, fill_value...
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Thu Apr 10 21:02:03 UTC 2025
      147.4K bytes
      Cache
     
  7. Recognizing hand-written digits — scikit-learn ...

    axes = plt . subplots ( nrows = 1 , ncols = 4 , figsize = ( 10...subplots ( nrows = 1 , ncols = 4 , figsize = ( 10 , 3 )) for ax ,...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Thu Apr 10 21:02:03 UTC 2025
      102.1K bytes
      Cache
     
  8. Fitting an Elastic Net with a precomputed Gram ...

    y = make_regression ( n_samples = n_samples , noise = 0.5 ,...random_state = rng ) sample_weight = rng . lognormal ( size = n_samples...
    scikit-learn.org/stable/auto_examples/linear_model/plot_elastic_net_precomputed_gram_matrix_with_...
    Thu Apr 10 21:02:04 UTC 2025
      104.3K bytes
      Cache
     
  9. StackingClassifier — scikit-learn 1.6.1 documen...

    final_estimator = None , * , cv = None , stack_method = 'auto' , n_jobs...n_jobs = None , passthrough = False , verbose = 0 ) [source] #...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Thu Apr 10 21:02:03 UTC 2025
      165.8K bytes
      Cache
     
  10. orthogonal_mp_gram — scikit-learn 1.6.1 documen...

    n_nonzero_coefs = None , tol = None , norms_squared = None , copy_Gram...copy_Gram = True , copy_Xy = True , return_path = False , return_n_iter...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp_gram.html
    Thu Apr 10 21:02:03 UTC 2025
      114.2K bytes
      1 views
      Cache
     
Back to top