Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 402 for f (0.31 sec)

  1. Nearest Neighbors Classification — scikit-learn...

    set_title ( f "3-Class classification \n (k=...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Mon Jun 30 13:50:29 UTC 2025
      96.2K bytes
      Cache
     
  2. 10. Model persistence — scikit-learn 1.7.0 docu...

    "wb" ) as f : f . write ( onx . SerializeToString..."filename.onnx" , "rb" ) as f : onx = f . read () sess = InferenceSession...
    scikit-learn.org/stable/model_persistence.html
    Mon Jun 30 13:50:30 UTC 2025
      77.2K bytes
      Cache
     
  3. 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
    Mon Jun 30 13:50:30 UTC 2025
      106.7K bytes
      Cache
     
  4. load_svmlight_files — scikit-learn 1.7.0 docume...

    default=”auto” Whether column indices in f are zero-based (True) or one-based...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Mon Jun 30 13:50:28 UTC 2025
      111.5K bytes
      Cache
     
  5. Observability for Amazon MQ with Elastic: Demys...

    info ( f"Processing queue: { queue_name...decoded_json ) logger . info ( f"Decoded message: { json . dumps...
    www.elastic.co/observability-labs/blog/amazonmq-observability-rabbitmq-integration
    Wed Jun 18 01:08:31 UTC 2025
      198.3K 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
    Mon Jun 30 13:50:29 UTC 2025
      125.3K bytes
      Cache
     
  7. 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
    Mon Jun 30 13:50:29 UTC 2025
      95.7K 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
    Mon Jun 30 13:50:27 UTC 2025
      103.3K bytes
      Cache
     
  9. r_regression — scikit-learn 1.7.0 documentation

    f_classif ANOVA F-value between label/feature...coefficients of features. See also f_regression Univariate linear regression...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.html
    Mon Jun 30 13:50:30 UTC 2025
      111.5K bytes
      Cache
     
  10. Single estimator versus bagging: bias-variance ...

    f ( X_test ), "b" , label = "$f(x)$" ) plt . plot...estimators ) # Generate data def f ( x ): x = x . ravel () return...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Mon Jun 30 13:50:27 UTC 2025
      115.6K bytes
      Cache
     
Back to top