Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 981 - 990 of 1,975 for = (0.1 sec)

  1. ClassNamePrefixFeaturesOutMixin — scikit-learn ...

    y = None ): ... self . _n_features_out = X . shape [...dtype=object) get_feature_names_out ( input_features = None )...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassNamePrefixFeaturesOutMixin.html
    Fri Oct 10 15:14:33 UTC 2025
      110K bytes
      Cache
     
  2. Matern — scikit-learn 1.7.2 documentation

    length_scale = 1.0 , length_scale_bounds = (1e-05, 100000.0) , nu = 1.5...>>> X , y = load_iris ( return_X_y = True ) >>> kernel = 1.0 * Matern...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html
    Fri Oct 10 15:14:35 UTC 2025
      126.9K bytes
      Cache
     
  3. Probabilistic predictions with Gaussian process...

    train_size = 50 rng = np . random . RandomState ( 0 ) X = rng . uniform...train_size ], c = "k" , label = "Train data" , edgecolors = ( 0 , 0 ,...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html
    Fri Oct 10 15:14:33 UTC 2025
      110.7K bytes
      Cache
     
  4. RFE — scikit-learn 1.7.2 documentation

    n_features_to_select = None , step = 1 , verbose = 0 , importance_getter = 'auto'...X , y = make_friedman1 ( n_samples = 50 , n_features = 10 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Fri Oct 10 15:14:33 UTC 2025
      149.8K bytes
      Cache
     
  5. Developing scikit-learn estimators — scikit-lea...

    method: clf2 = SGDClassifier ( alpha = 2.3 ) clf3 = SGDClassifier...self , param1 = 1 , param2 = 2 ): self . param1 = param1 self ....
    scikit-learn.org/stable/developers/develop.html
    Fri Oct 10 15:14:33 UTC 2025
      108.6K bytes
      Cache
     
  6. Principal Component Analysis (PCA) on Iris Data...

    projection = "3d" , elev =- 150 , azim = 110 ) X_reduced = PCA ( n_components...PCA fig = plt . figure ( 1 , figsize = ( 8 , 6 )) ax = fig . add_subplot...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_iris.html
    Fri Oct 10 15:14:36 UTC 2025
      93.3K bytes
      Cache
     
  7. 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
    Fri Oct 10 15:14:35 UTC 2025
      103.3K bytes
      Cache
     
  8. 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
    Fri Oct 10 15:14:33 UTC 2025
      127.1K bytes
      Cache
     
  9. 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
    Fri Oct 10 15:14:33 UTC 2025
      121.5K bytes
      Cache
     
  10. 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
    Fri Oct 10 15:14:33 UTC 2025
      145.7K bytes
      Cache
     
Back to top