Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 100 of 1,540 for ' (0.09 sec)

  1. "This is invisible walls explained, once and fo...

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...static_server + '/images/icons.svg'; var xhr = new XMLHttpRequest();...
    www.metafilter.com/203372/This-is-invisible-walls-explained-once-and-for-all
    Thu Apr 18 00:48:25 UTC 2024
      33.8K bytes
      Cache
     
  2. 7.2. Real world datasets — scikit-learn 1.4.2 d...

    x', 'misc.forsale', 'rec.autos', 'rec.motorcycles', 'rec.sport.baseball',...'rec.sport.baseball', 'rec.sport.hockey', 'sci.crypt', 'sci.electronics', 'sci.med',...
    scikit-learn.org/stable/datasets/real_world.html
    Fri Apr 26 16:41:51 UTC 2024
      80.9K bytes
      Cache
     
  3. Mark Bankston Versus The Most Divorced Man In T...

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...they didn't know about with what they felt where 'clever' gotchas,...
    www.metafilter.com/203262/Mark-Bankston-Versus-The-Most-Divorced-Man-In-The-World
    Wed Apr 10 00:43:52 UTC 2024
      65.5K bytes
      Cache
     
  4. k-nearest neighbor (kNN) search | Elasticsearch...

    index: 'passage_vectors', body: { fields: [ 'full_text', 'creation_time'...{ type: 'dense_vector', dims: 3, similarity: 'l2_norm' }, "title-vector":...
    www.elastic.co/guide/en/elasticsearch/reference/current/knn-search.html
    Wed Mar 27 17:50:17 UTC 2024
      75.2K bytes
      Cache
     
  5. sklearn.decomposition.NMF — scikit-learn 1.4.2 ...

    Added 'auto' value. init {random, nndsvd, nndsvda, nndsvdar’,...solver {cd, mu}, default=cd Numerical solver to use: cd’ is...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html
    Fri Apr 26 16:41:50 UTC 2024
      57.3K bytes
      Cache
     
  6. sklearn.metrics.recall_score — scikit-learn 1.4...

    average {micro, macro, samples, weighted, binary} or None,...average = 'binary' , sample_weight = None , zero_division = 'warn'...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.recall_score.html
    Fri Apr 26 16:41:50 UTC 2024
      34.2K bytes
      Cache
      Similar Results (1)
     
  7. sklearn.model_selection.RandomizedSearchCV — sc...

    'kernel' : 'rbf' , 'gamma' : 0.1 }, ... ], } NOTE The key 'params'...rank_test_score rbf 0.1 0.80 … 1 rbf 0.2 0.84 … 3 rbf 0.3 0.70...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Fri Apr 26 16:41:50 UTC 2024
      82.6K bytes
      Cache
     
  8. sklearn.ensemble.VotingClassifier — scikit-lear...

    voting {hard, soft}, default=hard If hard, uses predicted...= [ ... ( 'lr' , clf1 ), ( 'rf' , clf2 ), ( 'gnb' , clf3 )],...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Fri Apr 26 16:41:50 UTC 2024
      73.1K bytes
      Cache
     
  9. There She Is: Another Step | MetaFilter

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...mobs - but I don't agree that you can't or shouldn't punch Nazis....
    www.metafilter.com/203497/There-She-Is-Another-Step
    Mon Apr 29 00:46:49 UTC 2024
      30.5K bytes
      Cache
     
  10. sklearn.preprocessing.SplineTransformer — sciki...

    extrapolation {error, constant, linear, continue, periodic}, default=’constant’...linear models. order {C, F}, default=C Order of output array...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.SplineTransformer.html
    Fri Apr 26 16:41:50 UTC 2024
      54.8K bytes
      Cache
     
  11. sklearn.decomposition.SparseCoder — scikit-lear...

    transform_algorithm {lasso_lars, lasso_cd, lars, omp, threshold}, default=’omp’...default=omp Algorithm used to transform the data: 'lars' : uses...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparseCoder.html
    Fri Apr 26 16:41:50 UTC 2024
      50.1K bytes
      Cache
     
  12. The Dark Side of LED Lighting | MetaFilter

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...(and electricians) 'lighting is lighting' and I've had several instance...
    www.metafilter.com/203501/The-Dark-Side-of-LED-Lighting
    Sun Apr 28 00:52:17 UTC 2024
      39.7K bytes
      Cache
     
  13. Segmenting the picture of greek coins in region...

    used: eigen_solver='arpack', 'lobpcg', or 'amg'. # Choosing eigen_solver='amg'...set eigen_solver='arpack', 'lobpcg', or 'amg' and eigen_tol #...
    scikit-learn.org/stable/auto_examples/cluster/plot_coin_segmentation.html
    Fri Apr 26 16:41:50 UTC 2024
      32.9K bytes
      Cache
     
  14. sklearn.decomposition.KernelPCA — scikit-learn ...

    kernel {linear, poly, rbf, sigmoid, cosine, precomputed’}...eigen_solver {auto, dense, arpack, randomized}, default=auto’...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.KernelPCA.html
    Fri Apr 26 16:41:50 UTC 2024
      59.2K bytes
      Cache
     
  15. sklearn.decomposition.MiniBatchDictionaryLearni...

    transform_algorithm {lasso_lars, lasso_cd, lars, omp, threshold}, default=’omp’...fit_algorithm {lars, cd}, default=lars The algorithm used: 'lars'...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchDictionaryLearning.html
    Fri Apr 26 16:41:50 UTC 2024
      61.6K bytes
      Cache
     
  16. sklearn.cluster.AgglomerativeClustering — sciki...

    linkage {ward, complete, average, single}, default=ward’...compute_full_tree = 'auto' , linkage = 'ward' , distance_threshold...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Fri Apr 26 16:41:50 UTC 2024
      45.4K bytes
      Cache
     
  17. sklearn.neighbors.KernelDensity — scikit-learn ...

    kernel {gaussian, tophat, epanechnikov, exponential, linear’,...algorithm {kd_tree, ball_tree, auto}, default=auto The tree...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html
    Fri Apr 26 16:41:50 UTC 2024
      48.1K bytes
      Cache
     
  18. sklearn.neighbors.NeighborhoodComponentsAnalysi...

    init {auto, pca, lda, identity, random} or ndarray...options are 'auto' , 'pca' , 'lda' , 'identity' , 'random' , and a...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Fri Apr 26 16:41:50 UTC 2024
      55.6K bytes
      Cache
     
  19. neighbors.rst.txt

    valid_metrics ['euclidean', 'l2', 'minkowski', 'p', 'manhattan', 'cityblock',...cs ['euclidean', 'l2', 'minkowski', 'p', 'manhattan', 'cityblock',...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Fri Apr 26 16:41:51 UTC 2024
      37.8K bytes
     
  20. Living abroad, a former WA lawmaker finds his l...

    static_server = 'dha92jo6cen2v.cloudfront.net', icons_url = '//' + static_server...static_server + '/images/icons.svg'; var xhr = new XMLHttpRequest();...
    www.metafilter.com/203184/Living-abroad-a-former-WA-lawmaker-finds-his-liberal-utopia
    Thu Apr 04 00:44:23 UTC 2024
      26.8K bytes
      Cache
     
Back to top