Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 361 for g (0.04 sec)

  1. sklearn.tree.DecisionTreeClassifier — scikit-le...

    g. max_depth , min_samples_leaf...sub-estimator of a meta-estimator, e.g. used inside a Pipeline . Otherwise...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Fri May 17 16:55:53 UTC 2024
      102K bytes
      Cache
     
  2. 2.3. Clustering — scikit-learn 1.4.2 documentation

    g. nearest-neighbor graph) Mean-shift...transductive Graph distance (e.g. nearest-neighbor graph) Ward...
    scikit-learn.org/stable/modules/clustering.html
    Fri May 17 16:55:51 UTC 2024
      199K bytes
      Cache
     
  3. sklearn.ensemble.ExtraTreesRegressor — scikit-l...

    g. 0.3. Changed in version 1.1:...controlling the size of the trees (e.g. max_depth , min_samples_leaf...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Fri May 17 16:55:52 UTC 2024
      77.8K bytes
      Cache
     
  4. sklearn.preprocessing.KBinsDiscretizer — scikit...

    g., when encode = 'onehot' and certain...feature selection algorithms (e.g., VarianceThreshold ). Examples...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html
    Fri May 17 16:55:53 UTC 2024
      63.6K bytes
      Cache
     
  5. sklearn.decomposition.fastica — scikit-learn 1....

    default=’logcosh’ The functional form of the G function used in the approximation...last dimension. Example: def my_g ( x ): return x ** 3 , ( 3 * x...
    scikit-learn.org/stable/modules/generated/fastica-function.html
    Fri May 17 16:55:51 UTC 2024
      27.2K bytes
      Cache
     
  6. Single estimator versus bagging: bias-variance ...

    g., notice the offset around x=2...(noise) # Author: Gilles Louppe <g.louppe@gmail.com> # License: BSD...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Fri May 17 16:55:53 UTC 2024
      52.4K bytes
      Cache
     
  7. 10. Common pitfalls and recommended practices —...

    g., fit(X) , can result in overly...These are usually estimators (e.g. RandomForestClassifi ) and cross-validation...
    scikit-learn.org/stable/common_pitfalls.html
    Fri May 17 16:55:51 UTC 2024
      83K bytes
      Cache
     
  8. Effect of varying threshold for self-training —...

    color = "g" ) ax2 . tick_params ( "y" , colors = "g" ) ax3 =...= 1 ), capsize = 2 , color = "g" , ) ax2 . set_ylim ( bottom =...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Fri May 17 16:55:53 UTC 2024
      39.2K bytes
      Cache
     
  9. t-SNE: The effect of various perplexity values ...

    c = "g" ) ax . xaxis . set_major_formatter..., 0 ], Y [ green , 1 ], c = "g" ) ax . xaxis . set_major_formatter...
    scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html
    Fri May 17 16:55:51 UTC 2024
      46.7K bytes
      Cache
     
  10. sklearn.preprocessing.binarize — scikit-learn 1...

    g. if the data is a numpy array...using the Transformer API (e.g. as part of a preprocessing Pipeline...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.binarize.html
    Fri May 17 16:55:52 UTC 2024
      17.3K bytes
      Cache
     
Back to top