Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 1,543 for ' (0.07 sec)

  1. Ask MetaFilter

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...static_server + '/images/icons.svg'; var xhr = new XMLHttpRequest();...
    ask.metafilter.com
    Wed May 15 00:43:23 UTC 2024
      77.5K bytes
      Cache
     
  2. sklearn.svm.OneClassSVM — scikit-learn 1.4.2 do...

    kernel {linear, poly, rbf, sigmoid, precomputed} or callable,...coefficient for rbf, poly and sigmoid. if gamma='scale' (default)...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Tue May 14 20:49:01 UTC 2024
      53.2K bytes
      Cache
     
  3. [MeFi Site Update] April 17th | MetaTalk

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...static_server + '/images/icons.svg'; var xhr = new XMLHttpRequest();...
    metatalk.metafilter.com/26436/MeFi-Site-Update-April-17th
    Wed May 15 00:43:31 UTC 2024
      44.6K bytes
      Cache
     
  4. Model-based and sequential feature selection — ...

    points' 'radius error' 'area error' 'concave points error' 'symmetry...perimeter' 'worst area' 'worst concave points' 'worst symmetry'] ROC...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Tue May 14 20:49:02 UTC 2024
      59.5K bytes
      Cache
     
  5. sklearn.gaussian_process.GaussianProcessClassif...

    multi_class {one_vs_rest, one_vs_one}, default=one_vs_rest Specifies...Supported are one_vs_rest and one_vs_one. In one_vs_rest, one binary...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Tue May 14 20:49:01 UTC 2024
      59.6K bytes
      Cache
     
  6. sklearn.model_selection.ParameterSampler — scik...

    [{ 'b' : 0.89856 , 'a' : 1 }, ... { 'b' : 0.923223 , 'a' : 1...... { 'b' : 1.878964 , 'a' : 2 }, ... { 'b' : 1.038159 , 'a' : 2...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html
    Tue May 14 20:49:02 UTC 2024
      20.4K bytes
      Cache
     
  7. sklearn.metrics.r2_score — scikit-learn 1.4.2 d...

    multioutput {raw_values, uniform_average, variance_weighted}, array-like...ndarray of scores if multioutput is raw_values. Notes This is not...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
    Tue May 14 20:49:01 UTC 2024
      30.7K bytes
      Cache
     
  8. How I Learned to Stop Worrying and Love the Civ...

    What's sort of fascinating about Alex Garland's Civil War...they finally say we're being shot at, so we're shooting back. What...
    all-cats-are-beautiful.ghost.io/how-i-learned-to-stop-worrying-and-love-the-civil-war/
    Mon Apr 22 00:42:35 UTC 2024
      35.5K bytes
      Cache
     
  9. sklearn.tree.plot_tree — scikit-learn 1.4.2 doc...

    label {all, root, none}, default=all Whether to show...Options include all to show at every node, root to show only...
    scikit-learn.org/stable/modules/generated/sklearn.tree.plot_tree.html
    Tue May 14 20:49:02 UTC 2024
      23.9K bytes
      Cache
     
  10. How many bathrooms have Neanderthals in the til...

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...I mean, that's cool but I sure as he'll wouldn't want a visible...
    www.metafilter.com/203381/How-many-bathrooms-have-Neanderthals-in-the-tile
    Thu Apr 18 00:49:16 UTC 2024
      27.9K bytes
      Cache
     
  11. sklearn.preprocessing.power_transform — scikit-...

    method {yeo-johnson, box-cox}, default=yeo-johnson The power...parameter changed from box-cox to yeo-johnson in 0.23. standardize...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.html
    Tue May 14 20:49:01 UTC 2024
      22.4K bytes
      Cache
     
  12. sklearn.ensemble.HistGradientBoostingRegressor ...

    loss {squared_error, absolute_error, gamma, poisson, ‘quantile’},...early_stopping auto or bool, default=auto If auto, early stopping...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Tue May 14 20:49:02 UTC 2024
      80.1K bytes
      Cache
     
  13. sklearn.cluster.KMeans — scikit-learn 1.4.2 doc...

    init = 'k-means++' , n_init = 'auto' , max_iter = 300...clustering . init {k-means++, random}, callable or array-like...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html
    Tue May 14 20:49:01 UTC 2024
      81.3K bytes
      Cache
     
  14. sklearn.set_config — scikit-learn 1.4.2 documen...

    display {text, diagram}, default=None If diagram, estimators...while True will only print SVC() while the default behaviour...
    scikit-learn.org/stable/modules/generated/sklearn.set_config.html
    Tue May 14 20:49:02 UTC 2024
      27.6K bytes
      Cache
     
  15. Release Highlights for scikit-learn 0.24 — scik...

    best_params_ {'bootstrap': True, 'criterion': 'gini', 'max_depth': None,...None, 'max_features': 10, 'min_samples_split': 10} Native support...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Tue May 14 20:49:02 UTC 2024
      92K bytes
      Cache
     
  16. sklearn.linear_model.LassoLarsIC — scikit-learn...

    Parameters : criterion {aic, bic}, default=aic The type of criterion...precompute bool, auto or array-like, default=auto Whether to use...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Tue May 14 20:49:03 UTC 2024
      58.4K bytes
      Cache
     
  17. sklearn.linear_model.RidgeCV — scikit-learn 1.4...

    gcv_mode {auto, svd, eigen}, default=auto Flag indicating...Cross-Validation. Options are: 'auto' : use 'svd' if n_samples > n_features...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Tue May 14 20:49:01 UTC 2024
      58.8K bytes
      Cache
     
  18. "The noise of being online was becoming almost ...

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...static_server + '/images/icons.svg'; var xhr = new XMLHttpRequest();...
    www.metafilter.com/203638/The-noise-of-being-online-was-becoming-almost-too-much-for-even-me
    Thu May 09 00:45:35 UTC 2024
      33.7K bytes
      Cache
     
  19. sklearn.datasets.load_files — scikit-learn 1.4....

    decode_error {strict, ignore, replace}, default=strict Instruction...the encoding parameter. For many modern text files, utf-8’...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_files.html
    Tue May 14 20:49:02 UTC 2024
      21.7K bytes
      Cache
     
  20. sklearn.metrics.classification_report — scikit-...

    structure: { 'label 1' : { 'precision' : 0.5 , 'recall' : 1.0 , 'f1-score'...target_names = [ 'class 0' , 'class 1' , 'class 2' ] >>> print (...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Tue May 14 20:49:01 UTC 2024
      30.4K bytes
      Cache
     
Back to top