Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 1,938 for = (0.1 sec)

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

    ax = plt . subplots ( ncols = 2 , figsize = ( 12 , 4 ))...KBinsDiscretizer n_bins = 8 encoder = KBinsDiscretizer ( n_bins = n_bins , encode...
    scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html
    Tue May 20 15:10:56 UTC 2025
      111.2K bytes
      Cache
     
  2. MiniBatchSparsePCA — scikit-learn 1.6.1 documen...

    max_iter = 1000 , callback = None , batch_size = 3 , verbose = False...n_components = None , * , alpha = 1 , ridge_alpha = 0.01 , max_iter...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html
    Tue May 20 15:10:55 UTC 2025
      138.2K bytes
      Cache
     
  3. アプリ区分値の自動生成(appcls) | LastaFlute

    map:{ code=[code]; name=[name]; alias=[alias]; comment=[comment]...map:{ code=[code]; name=[name]; alias=[alias]; comment=[comment]...
    dbflute.seasar.org/ja/lastaflute/howto/dbflute/appcls.html
    Mon Apr 28 16:40:31 UTC 2025
      31.6K bytes
      1 views
      Cache
     
  4. 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
    Wed May 21 01:08:10 UTC 2025
      158.9K bytes
      Cache
     
  5. Lasso — scikit-learn 1.6.1 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
    Tue May 20 15:10:57 UTC 2025
      168.5K bytes
      Cache
     
  6. 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
    Tue May 20 15:10:55 UTC 2025
      116.4K bytes
      Cache
     
  7. Logistic function — scikit-learn 1.6.1 document...

    xmax = - 5 , 5 n_samples = 100 np . random . seed ( 0 ) X = np...X > 0 ] *= 4 X += 0.3 * np . random . normal ( size = n_samples...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Tue May 20 15:10:57 UTC 2025
      95K bytes
      Cache
     
  8. 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
    Tue May 20 15:10:56 UTC 2025
      98.7K bytes
      Cache
     
  9. 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
    Tue May 20 15:10:57 UTC 2025
      95.3K bytes
      Cache
     
  10. Plot the decision boundaries of a VotingClassif...

    clf3 = SVC ( gamma = 0.1 , kernel = "rbf" , probability = True...max_depth = 4 ) clf2 = KNeighborsClassifier ( n_neighbors = 7 ) clf3...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Tue May 20 15:10:55 UTC 2025
      95.8K bytes
      Cache
     
Back to top