Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 369 for f (0.04 sec)

  1. Ordinary Least Squares and Ridge Regression — s...

    predict ( X_test ) print ( f "Mean squared error: { mean_squared_error...y_pred ) : .2f } " ) print ( f "Coefficient of determination:...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html
    Fri Sep 12 13:34:54 UTC 2025
      106.7K bytes
      Cache
     
  2. Features in Histogram Gradient Boosting Trees —...

    shuffle = False ) print ( f "Training sample size: { X_train...X_train . shape [ 0 ] } " ) print ( f "Test sample size: { X_test ....
    scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html
    Fri Sep 12 13:34:56 UTC 2025
      150.9K bytes
      Cache
     
  3. Contributing — scikit-learn 1.7.2 documentation

    control this ratio with the -f flag. To run the full benchmark...
    scikit-learn.org/stable/developers/contributing.html
    Fri Sep 12 13:34:55 UTC 2025
      140.2K bytes
      1 views
      Cache
     
  4. Comparing Target Encoder with Other Encoders — ...

    std = f "rmse_ { subset } _mean" , f "rmse_ { subset...index ], ) ax . set ( title = f "RMSE ( { subset . title () }...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Fri Sep 12 13:34:55 UTC 2025
      156.8K bytes
      Cache
     
  5. 1.17. Neural network models (supervised) — scik...

    algorithm that learns a function \(f: R^m \rightarrow R^o\) by training...neuron MLP learns the function \(f(x) = W_2 g(W_1^T x + b_1) + b_2\)...
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Fri Sep 12 13:34:53 UTC 2025
      66.8K 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
    Fri Sep 12 13:34:53 UTC 2025
      145.3K bytes
      Cache
     
  7. Evaluation of outlier detection estimators — sc...

    toc = perf_counter () print ( f "Duration for { model_name } :...shape [ 0 ], y . mean () print ( f " { n_samples } datapoints with...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html
    Fri Sep 12 13:34:55 UTC 2025
      164.6K bytes
      Cache
     
  8. 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
    Fri Sep 12 13:34:56 UTC 2025
      103.3K bytes
      Cache
     
  9. sklearn.metrics — scikit-learn 1.7.2 documentation

    balanced F-score or F-measure. fbeta_score Compute the F-beta score....t Compute precision, recall, F-measure and support for each class....
    scikit-learn.org/stable/api/sklearn.metrics.html
    Fri Sep 12 13:34:55 UTC 2025
      159K bytes
      Cache
     
  10. Sample pipeline for text feature extraction and...

    ) print ( f "Loading 20 newsgroups dataset...data_train . target_names ) print ( f " { len ( data_train . data )...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Fri Sep 12 13:34:50 UTC 2025
      168.1K bytes
      1 views
      Cache
     
Back to top