Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 842 for = (0.06 sec)

  1. Fess Configuration Properties

    he=hen hi=hin hr=hrn hu=hun hy=hyn id=idn it=itn ja=jan ko=kon...sv=svn ta=tan te=ten th=thn tl=tln tr=trn uk=ukn ur=urn vi=vin...
    fess.codelibs.org/15.0/config/properties.html
    Mon Jul 07 02:35:17 UTC 2025
      117.2K bytes
      Cache
      Similar Results (1)
     
  2. Comparing different clustering algorithms on to...

    ) # ========== # Create cluster objects # ========== ms = cluster...) # ========== # Set up cluster parameters # ========== plt ....
    scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html
    Mon Jul 07 14:36:32 UTC 2025
      126K bytes
      Cache
     
  3. Classification of text documents using sparse f...

    name )) ========== Logistic Regression __________...dimensionality: 5316 density: 1.0 ========== Ridge Classifier __________...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Mon Jul 07 14:36:35 UTC 2025
      158K bytes
      Cache
     
  4. Post-tuning the decision threshold for cost-sen...

    mask_false_negative = ( y_true == 1 ) & ( y_pred == 0 ) fraudulent_refuse = mask_true_positive...mask_true_positive = ( y_true == 1 ) & ( y_pred == 1 ) mask_true_negative...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Mon Jul 07 14:36:35 UTC 2025
      293.2K bytes
      Cache
     
  5. t-SNE: The effect of various perplexity values ...

    factor = 0.5 , noise = 0.05 , random_state = 0 ) red = y == 0 green...green = y == 1 ax = subplots [ 0 ][ 0 ] ax . scatter ( X [ red...
    scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html
    Mon Jul 07 14:36:35 UTC 2025
      109.6K bytes
      Cache
     
  6. Comparing Random Forests and Histogram Gradient...

    fig = make_subplots ( rows = 1 , cols = 2 , shared_yaxes = True...), legend = dict ( x = 0.72 , y = 0.05 , traceorder = "normal"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Mon Jul 07 14:36:35 UTC 2025
      126.7K bytes
      Cache
     
  7. Time-related feature engineering — scikit-learn...

    figsize = ( 12 , 4 )) y . hist ( bins = 30 , ax = ax ) _ = ax ....axes = plt . subplots ( nrows = 2 , ncols = 3 , figsize = ( 13...
    scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html
    Mon Jul 07 14:36:32 UTC 2025
      216.4K bytes
      Cache
     
  8. KDTree — scikit-learn 1.7.0 documentation

    return_distance == False (d,i) if return_distance == True d ndarray...count if count_only == True ind if count_only == False and return_distance...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html
    Mon Jul 07 14:36:35 UTC 2025
      135.9K bytes
      Cache
      Similar Results (1)
     
  9. Comparison of Manifold Learning methods — sciki...

    axs = plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 7...y , z = points . T fig , ax = plt . subplots ( figsize = ( 6 ,...
    scikit-learn.org/stable/auto_examples/manifold/plot_compare_methods.html
    Mon Jul 07 14:36:35 UTC 2025
      113.1K bytes
      Cache
     
  10. Approximate nearest neighbors in TSNE — scikit-...

    n_samples = 20_000 )), ] n_iter = 500 perplexity = 30 metric = "euclidean"...n_neighbors = 5 , metric = "euclidean" , method = "sw-graph" ,...
    scikit-learn.org/stable/auto_examples/neighbors/approximate_nearest_neighbors.html
    Mon Jul 07 14:36:35 UTC 2025
      135.5K bytes
      Cache
     
Back to top