Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 541 - 550 of 1,998 for = (0.14 sec)

  1. Segmenting the picture of greek coins in region...

    assign_labels = assign_labels , random_state = 42 , ) t1 = time . time...plt . contour ( labels == l , colors = colors ) # To view individual...
    scikit-learn.org/stable/auto_examples/cluster/plot_coin_segmentation.html
    Thu Jul 03 11:42:06 UTC 2025
      95.4K bytes
      Cache
     
  2. Online learning of a dictionary of parts of fac...

    n_clusters = 81 , random_state = rng , verbose = True , n_init = 3 )...data ) index += 1 if index % 10 == 0 : data = np . concatenate...
    scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html
    Thu Jul 03 11:42:05 UTC 2025
      98.5K bytes
      Cache
     
  3. Comparison of Calibration of Classifiers — scik...

    range = ( 0 , 1 ), bins = 10 , label = name , color = colors...n_features = 20 , n_informative = 2 , n_redundant = 2 , random_state...
    scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html
    Thu Jul 03 11:42:05 UTC 2025
      116.8K bytes
      Cache
     
  4. Non-negative least squares — scikit-learn 1.7.0...

    reg_nnls = LinearRegression ( positive = True ) y_pred_nnls = reg_nnls..., linewidth = 0 , marker = "." ) low_x , high_x = ax . get_xlim...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Thu Jul 03 11:42:06 UTC 2025
      93.4K bytes
      Cache
     
  5. Monitor your C++ Applications with Elastic APM ...

    std::cout << "\n=== Starting " << transaction_name << " ===\n"; // Randomly...Console outcome: === Starting transaction_1 === [TRACE] Doing non-DB...
    www.elastic.co/observability-labs/blog/opentelemetry-cpp-elastic
    Fri Jul 04 01:11:53 UTC 2025
      158.9K bytes
      Cache
     
  6. InputTags — scikit-learn 1.7.0 documentation

    bool = False , sparse : bool = False , categorical : bool = False...bool = False , dict : bool = False , positive_only : bool = False...
    scikit-learn.org/stable/modules/generated/sklearn.utils.InputTags.html
    Thu Jul 03 11:42:05 UTC 2025
      112K bytes
      Cache
     
  7. AdditiveChi2Sampler — scikit-learn 1.7.0 docume...

    y = load_digits ( return_X_y = True ) >>> chi2sampler = AdditiveChi2Sampler...>>> clf = SGDClassifier ( max_iter = 5 , random_state = 0 , tol...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.AdditiveChi2Sampler.html
    Thu Jul 03 11:42:05 UTC 2025
      129K bytes
      Cache
     
  8. Lasso — scikit-learn 1.7.0 documentation

    copy_X = True , max_iter = 1000 , tol = 0.0001 , warm_start = False...l1_ratio = 0.5 , eps = 0.001 , n_alphas = 100 , alphas = None ,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Thu Jul 03 11:42:05 UTC 2025
      167.4K bytes
      Cache
     
  9. AffinityPropagation — scikit-learn 1.7.0 docume...

    damping = 0.5 , max_iter = 200 , convergence_iter = 15 , copy...copy = True , preference = None , affinity = 'euclidean' , verbose...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Thu Jul 03 11:42:06 UTC 2025
      130.6K bytes
      1 views
      Cache
     
  10. RepeatedStratifiedKFold — scikit-learn 1.7.0 do...

    n_splits = 5 , n_repeats = 10 , random_state = None ) [source]...( n_splits = 2 , n_repeats = 2 , ... random_state = 36851234 )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Thu Jul 03 11:42:06 UTC 2025
      121.6K bytes
      Cache
     
Back to top