Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3611 - 3620 of 4,759 for * (0.72 sec)

  1. Sum scikit-learn 1.7.1 documentation

    ) >>> gpr . score ( X , y ) 1.0 >>> kernel 1.41**2 + RBF(length_scale=1)...GaussianProcessRegre ( kernel = kernel , ... random_state = 0 ) . fit ( X , y )...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html
    Sat Aug 02 00:15:38 UTC 2025
      122.1K bytes
      Cache
     
  2. Kernel scikit-learn 1.7.1 documentation

    diag ( self , X ): ... return np . ones ( X . shape [ 0 ]) ... def...self , X , Y = None ): ... if Y is None : ... Y = X ... return...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html
    Sat Aug 02 00:15:38 UTC 2025
      122.3K bytes
      Cache
     
  3. graphical_lasso scikit-learn 1.7.1 documentation

    212, -0.209], [ 0.212, 0.221, -0.0817], [-0.209, -0.0817, 0.232]])...covariance. Range is (0, inf]. mode {cd, lars}, default=cd The...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.graphical_lasso.html
    Sat Aug 02 00:15:38 UTC 2025
      113.6K bytes
      Cache
     
  4. make_friedman2 scikit-learn 1.7.1 documentation

    ( X [:, 1 ] * X [:, 3 ])) ** 2 ) ** 0.5 + noise * N ( 0 , 1 )...formula: y ( X ) = ( X [:, 0 ] ** 2 + ( X [:, 1 ] * X [:, 2 ] - 1 / (...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html
    Sat Aug 02 00:15:38 UTC 2025
      110.5K bytes
      Cache
     
  5. Restricted Boltzmann Machine features for digit...

    0 , 0 ], [ 0 , 0 , 0 ]], [[ 0 , 0 , 0 ], [ 1 , 0 , 0 ], [ 0 ,..., 0 , 0 ]], [[ 0 , 0 , 0 ], [ 0 , 0 , 1 ], [ 0 , 0 , 0 ]], [[...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Sat Aug 02 00:15:35 UTC 2025
      132.1K bytes
      Cache
     
  6. Balance model complexity and cross-validated sc...

    score. [1] Hastie, T., Tibshirani, R.,, Friedman, J. (2001). Model...`mean_test_scores`. Parameters ---------- cv_results : dict of numpy(masked)...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Sat Aug 02 00:15:37 UTC 2025
      169.1K bytes
      Cache
     
  7. Evaluation of outlier detection estimators sc...

    "normal." ) . astype ( np . int32 ) X , _ , y , _ = train_test_split...= { "LOF" : {}, "IForest" : {}} model_names = [ "LOF" , "IForest"...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html
    Sat Aug 02 00:15:35 UTC 2025
      164.6K bytes
      Cache
     
  8. Feature discretization scikit-learn 1.7.1 doc...

    dataset 1 --------- LogisticRegression: 0.40 LinearSVC: 0.40 KBinsDiscretizer...np . logspace ( - 1 , 1 , 3 ), }, ), ( make_pipeline ( StandardScaler...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Sat Aug 02 00:15:37 UTC 2025
      128.7K bytes
      Cache
     
  9. Target Encoders Internal Cross fitting sciki...

    fit_transform (( y + noise ) . reshape ( - 1 , 1 )) # Remove the linear relationship...s ], axis = 1 , ), columns = [ "informative" , "shuffled" , "near_unique"...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Sat Aug 02 00:15:35 UTC 2025
      112.3K bytes
      Cache
     
  10. Support Vector Regression (SVR) using linear an...

    True , ) fig . text ( 0.5 , 0.04 , "data" , ha = "center" , va...va = "center" ) fig . text ( 0.06 , 0.5 , "target" , ha = "center"...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_regression.html
    Sat Aug 02 00:15:35 UTC 2025
      97.7K bytes
      Cache
     
Back to top