Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 365 for f (0.04 sec)

  1. Vector Quantization Example — scikit-learn 1.5....

    face ( gray = True ) print ( f "The dimension of the image is...raccoon_face . shape } " ) print ( f "The data used to encode the image...
    scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html
    Fri May 31 14:06:06 UTC 2024
      111.4K bytes
      Cache
     
  2. Color Quantization using K-Means — scikit-learn...

    image_array_sample ) print ( f "done in { time () - t0 : 0.3f...predict ( image_array ) print ( f "done in { time () - t0 : 0.3f...
    scikit-learn.org/stable/auto_examples/cluster/plot_color_quantization.html
    Fri May 31 14:06:06 UTC 2024
      100.2K bytes
      Cache
     
  3. 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
    Fri May 31 14:06:06 UTC 2024
      115K bytes
      Cache
     
  4. Monotonic Constraints — scikit-learn 1.5.0 docu...

    with f_0, and negatively correlated with f_1 y = 5 * f_0 + np.... pi * f_0 ) - 5 * f_1 - np . cos ( 10 * np . pi * f_1 ) + noise...
    scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html
    Fri May 31 14:06:06 UTC 2024
      122.6K bytes
      Cache
     
  5. 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
    Fri May 31 14:06:06 UTC 2024
      112.2K bytes
      Cache
     
  6. 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
    Fri May 31 14:06:04 UTC 2024
      104.3K bytes
      Cache
     
  7. load_svmlight_file — scikit-learn 1.5.0 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
    Fri May 31 14:06:06 UTC 2024
      118.6K bytes
      Cache
     
  8. 1.16. Probability calibration — scikit-learn 1....

    (y_i - \hat{f}_i)^2\] subject to \(\hat{f}_i \geq \hat{f}_j\) whenever...: \[p(y_i = 1 | f_i) = \frac{1}{1 + \exp(A f_i + B)} \,,\] where...
    scikit-learn.org/stable/modules/calibration.html
    Fri May 31 14:06:07 UTC 2024
      66.4K bytes
      Cache
     
  9. L1-based models for Sparse Signals — scikit-lea...

    " f "ARD $R^2$: { r2_score_ard : .3f } , " f "ElasticNet...( X_train , y_train ) print ( f "Lasso fit done in { ( time ()...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Fri May 31 14:06:06 UTC 2024
      124K bytes
      Cache
     
  10. FeatureHasher — scikit-learn 1.5.0 documentation

    'run' : 5 }] >>> f = h . transform ( D ) >>> f . toarray () array([[..."bird" ]] >>> f = h . transform ( raw_X ) >>> f . toarray () array([[...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html
    Fri May 31 14:06:06 UTC 2024
      140.3K bytes
      Cache
     
Back to top