Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 455 for f (0.05 sec)

  1. Image denoising using dictionary learning — sci...

    axis = 0 ) print ( f " { data . shape [ 0 ] } patches...components_ dt = time () - t0 print ( f " { dico . n_iter_ } iterations...
    scikit-learn.org/stable/auto_examples/decomposition/plot_image_denoising.html
    Wed Feb 19 13:18:04 UTC 2025
      120.4K bytes
      Cache
     
  2. Introducing the set_output API — scikit-learn 1...

    transform ( X_test ) print ( f "Default output type: { type (...transform ( X_test ) print ( f "Configured pandas output type:...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Wed Feb 19 13:18:04 UTC 2025
      143.7K bytes
      Cache
     
  3. SVM-Anova: SVM with univariate feature selectio...

    f_classif from sklearn.pipeline..."anova" , SelectPercentile ( f_classif )), ( "scaler" , StandardScaler...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_anova.html
    Wed Feb 19 13:18:05 UTC 2025
      95.6K bytes
      Cache
     
  4. Comparing Random Forests and Histogram Gradient...

    print ( f "The dataset consists of { n_samples...only_physical_cores = True ) print ( f "Number of physical cores: { N_CORES...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Wed Feb 19 13:18:04 UTC 2025
      125K bytes
      Cache
     
  5. load_svmlight_file — scikit-learn 1.6.1 documen...

    load_svmlight_file ( f , * , n_features=None , dtype=<class...mblondel/svmlight-loader Parameters : f str, path-like, file-like or int...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_file.html
    Wed Feb 19 13:18:04 UTC 2025
      112.9K bytes
      Cache
     
  6. Visualizing the stock market structure — scikit...

    "F" : "Ford" , "HMC" : "Honda" ,...Fetching quote history for np.str_('F') Fetching quote history for np.str_('GD')...
    scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html
    Wed Feb 19 13:18:04 UTC 2025
      138.1K bytes
      Cache
     
  7. Comparison of kernel ridge regression and SVR —...

    time () - t0 print ( f "Best SVR with params: { svr ....= time . time () - t0 print ( f "Best KRR with params: { kr ....
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Wed Feb 19 13:18:04 UTC 2025
      122.7K bytes
      Cache
     
  8. Semi-supervised Classification on a Text Datase...

    "Supervised SGDClassifier on 100 % o f the data:" ) eval_and_print_metrics..."Supervised SGDClassifier on 20 % o f the training data:" ) eval_and_print_metrics...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Wed Feb 19 13:18:05 UTC 2025
      105K bytes
      Cache
     
  9. Ridge coefficients as a function of the L2 Regu...

    the true coefficients print ( f "The true coefficient of this...index = alphas , columns = [ f "Feature { i } " for i in range...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Wed Feb 19 13:18:04 UTC 2025
      103.2K bytes
      Cache
     
  10. Recognizing hand-written digits — scikit-learn ...

    set_title ( f "Prediction: { prediction } "...classification metrics. print ( f "Classification report for classifier...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Wed Feb 19 13:18:05 UTC 2025
      102.1K bytes
      Cache
     
Back to top