Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 379 for f (0.67 sec)

  1. sklearn.feature_selection — scikit-learn 1.7.2 ...

    f_classif Compute the ANOVA F-value for the provided...provided sample. f_regression Univariate linear regression tests...
    scikit-learn.org/stable/api/sklearn.feature_selection.html
    Tue Nov 04 06:34:50 UTC 2025
      121.4K bytes
      Cache
     
  2. Lasso on dense and sparse data — scikit-learn 1...

    y ) print ( f "Sparse Lasso done in { ( time...dense_lasso . fit ( X , y ) print ( f "Dense Lasso done in { ( time...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_dense_vs_sparse_data.html
    Tue Nov 04 06:34:51 UTC 2025
      97.4K bytes
      Cache
     
  3. Effect of transforming the targets in regressio...

    model_selection import train_test_split f , ( ax0 , ax1 ) = plt . subplots..."Transformed target distribution" ) f . suptitle ( "Synthetic data"...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Tue Nov 04 06:34:50 UTC 2025
      125.3K bytes
      Cache
     
  4. d2_pinball_score — scikit-learn 1.7.2 documenta...

    F. (1999). “Goodness of Fit and...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html
    Tue Nov 04 06:34:51 UTC 2025
      110.9K bytes
      Cache
     
  5. 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
    Tue Nov 04 06:34:50 UTC 2025
      95.7K bytes
      Cache
     
  6. Principal Component Regression vs Partial Least...

    label = f "Component { i } " , linewidth = 5 , color = f "C { i...the mean of the target. print ( f "PCR r-squared { pcr . score (...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Tue Nov 04 06:34:51 UTC 2025
      112.9K bytes
      Cache
     
  7. Visualizing the probabilistic predictions of a ...

    predict_probas ): print ( f " { est_name } 's predicted probabilities:...average of soft-predictions: " f " { np . dot ( weights , predict_probas...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Tue Nov 04 06:34:51 UTC 2025
      175.2K bytes
      Cache
     
  8. Custom refit strategy of a grid search with cro...

    target == 8 print ( f "The number of images is { X ....filtered_cv_results [ "params" ], ): print ( f "precision: { mean_precision :...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Tue Nov 04 06:34:51 UTC 2025
      136K bytes
      Cache
     
  9. Nearest Neighbors Classification — scikit-learn...

    set_title ( f "3-Class classification \n (k=...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Tue Nov 04 06:34:51 UTC 2025
      96.2K bytes
      Cache
     
  10. Various Agglomerative Clustering on a 2D embedd...

    marker = f "$ { digit } $" , s = 50 , c =...
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_linkage.html
    Tue Nov 04 06:34:51 UTC 2025
      95.2K bytes
      Cache
     
Back to top