Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 591 - 600 of 1,971 for = (1.62 sec)

  1. 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
    Sat Oct 11 07:51:26 UTC 2025
      90.7K bytes
      Cache
     
  2. set_config — scikit-learn 1.7.2 documentation

    assume_finite = None , working_memory = None , print_changed_only = None...None , display = None , pairwise_dist_chunk_size = None , enabl...
    scikit-learn.org/stable/modules/generated/sklearn.set_config.html
    Sat Oct 11 07:51:27 UTC 2025
      121.5K bytes
      Cache
     
  3. RationalQuadratic — scikit-learn 1.7.2 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
    Sat Oct 11 07:51:27 UTC 2025
      127.1K bytes
      Cache
     
  4. Ridge coefficients as a function of the L2 Regu...

    w = make_regression ( n_samples = 100 , n_features = 10 ,...n_informative = 8 , coef = True , random_state = 1 ) # Obtain...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Sat Oct 11 07:51:25 UTC 2025
      103.3K bytes
      Cache
     
  5. Bisecting K-Means and Regular K-Means Performan...

    data n_samples = 10000 random_state = 0 X , _ = make_blobs ( n_samples...n_samples = n_samples , centers = 2 , random_state = random_state...
    scikit-learn.org/stable/auto_examples/cluster/plot_bisect_kmeans.html
    Sat Oct 11 07:51:25 UTC 2025
      90.2K bytes
      Cache
     
  6. IsotonicRegression — scikit-learn 1.7.2 documen...

    y_min = None , y_max = None , increasing = True , out_of_bounds...X , y = make_regression ( n_samples = 10 , n_features = 1 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Sat Oct 11 07:51:27 UTC 2025
      145.7K bytes
      Cache
     
  7. glossary.rst.txt

    _glossary: ========== Glossary of Common Terms and API Elements ==========...props`. General Concepts ========== .. glossary:: 1d 1d array...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Sat Oct 11 07:51:27 UTC 2025
      89.3K bytes
      1 views
     
  8. Plotting Cross-Validated Predictions — scikit-l...

    y = load_diabetes ( return_X_y = True ) lr = LinearRegression...y_pred = cross_val_predict ( lr , X , y , cv = 10 ) Since cv=10 ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_predict.html
    Sat Oct 11 07:51:27 UTC 2025
      92.5K bytes
      Cache
     
  9. 1.12. Multiclass and multioutput algorithms — s...

    n_informative = 30 , n_classes = 3 , ... random_state = 1 ) >>> y2 = shuffle..., y = datasets . load_iris ( return_X_y = True ) >>> clf = OutputCodeClassifier...
    scikit-learn.org/stable/modules/multiclass.html
    Sat Oct 11 07:51:27 UTC 2025
      107.2K bytes
      Cache
     
  10. load_svmlight_files — scikit-learn 1.7.2 docume...

    zero_based='auto' , query_id=False , offset=0 , length=-1 ) [source]...n_features=None , dtype=<class 'numpy.float64'> , multilabel=False...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Sat Oct 11 07:51:27 UTC 2025
      111.5K bytes
      Cache
     
Back to top