Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 388 for f (0.26 sec)

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

    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 Apr 25 09:06:51 UTC 2025
      111.2K bytes
      Cache
     
  2. dump_svmlight_file — scikit-learn 1.6.1 documen...

    data will be written to f. f should be opened in binary mode....dump_svmlight_file ( X , y , f , * , zero_based = True , comment...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.dump_svmlight_file.html
    Fri Apr 25 09:06:51 UTC 2025
      109.3K bytes
      Cache
     
  3. FeatureHasher and DictVectorizer Comparison — s...

    s in raw_data ) / 1e6 print ( f " { len ( raw_data ) } documents...data_size_mb / duration ) print ( f "done in { duration : .3f } s...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Fri Apr 25 09:06:52 UTC 2025
      143.2K bytes
      Cache
     
  4. Clustering text documents using k-means — sciki...

    print ( f "LSA done in { time () - t0 : .3f } s" ) print ( f "Explained...unique_labels . shape [ 0 ] print ( f " { len ( dataset . data ) } documents...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Fri Apr 25 09:06:51 UTC 2025
      149.7K bytes
      Cache
     
  5. SGD: convex loss functions — scikit-learn 1.6.1...

    "Decision function $f(x)$" ) plt . ylabel ( "$L(y=1, f(x))$" ) plt ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_loss_functions.html
    Fri Apr 25 09:06:52 UTC 2025
      92.4K bytes
      Cache
     
  6. Classification of text documents using sparse f...

    print ( f " { len ( data_train . data ) } documents - " f " { data_train_size_mb...print ( f " { len ( target_names ) } categories" ) print ( f "vectorize...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Fri Apr 25 09:06:53 UTC 2025
      157.5K bytes
      Cache
     
  7. Prediction Intervals for Gradient Boosting Regr...

    f ( xx ), "g:" , linewidth = 3 , label = r "$f(x) = x\,\sin(x)$"...( xx , f ( xx ), "g:" , linewidth = 3 , label = r "$f(x) = x\,\sin(x)$"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Fri Apr 25 09:06:52 UTC 2025
      142.2K bytes
      Cache
     
  8. gads.js

    ;var f=o(e,l,p,t);if(f){if(!f.allow)return d(f),!1;i=f}}}cat...n e.pbLg=f.low,e.pbMg=f.med,e.pbHg=f.high,e.pbAg=f.auto,e.pb...
    adcdn.goo.ne.jp/images/js/gads.js
    Tue Apr 15 01:07:22 UTC 2025
      594.7K bytes
     
  9. Demo of DBSCAN clustering algorithm — scikit-le...

    print ( f "Homogeneity: { metrics . homogeneity_score...labels ) : .3f } " ) print ( f "Completeness: { metrics . completeness_score...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Fri Apr 25 09:06:51 UTC 2025
      102.9K bytes
      Cache
     
  10. Plotting Learning Curves and Checking Models’ S...

    set_title ( f "Learning Curve for { estimator...[ 0 , ax_idx ] . set_title ( f "Scalability of the { estimator...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Fri Apr 25 09:06:52 UTC 2025
      111.7K bytes
      1 views
      Cache
     
Back to top