Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 1,006 for spring (0.3 sec)

  1. make_pipeline — scikit-learn 1.7.2 documentation

    Polynomial and Spline interpolation Polynomial and Spline interpolation...caching is performed. If a string is given, it is the path to...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.make_pipeline.html
    Mon Oct 20 15:12:26 UTC 2025
      147.2K bytes
      Cache
     
  2. NearestCentroid — scikit-learn 1.7.2 documentation

    feature names that are all strings. Added in version 1.0. deviations_...metric = 'euclidean' , * , shrink_threshold = None , priors =...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Oct 20 15:12:26 UTC 2025
      136.4K bytes
      Cache
     
  3. FeatureHasher and DictVectorizer Comparison — s...

    input_type="string" in the FeatureHasher to vectorize the strings output...between spaces or symbols in a string. Here we define a function...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Mon Oct 20 15:12:27 UTC 2025
      143.5K bytes
      Cache
     
  4. Biclustering documents with the Spectral Co-clu...

    words" ) print ( f "categories : { cat_string } " ) print ( f "words...)[: 5 ] print () print ( "Best biclusters:" ) print ( "---------...
    scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html
    Mon Oct 20 15:12:27 UTC 2025
      109.8K bytes
      Cache
     
  5. Visualizing the probabilistic predictions of a ...

    "constant splines model" , clf1 ), ( "periodic splines model" ,...[('constant splines model', ...), ('periodic splines model', ...),...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Mon Oct 20 15:12:27 UTC 2025
      175.2K bytes
      Cache
     
  6. OneClassSVM — scikit-learn 1.7.2 documentation

    feature names that are all strings. Added in version 1.0. n_iter_...tol = 0.001 , nu = 0.5 , shrinking = True , cache_size = 200...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Mon Oct 20 15:12:26 UTC 2025
      139.3K bytes
      Cache
     
  7. Gaussian processes on discrete data structures ...

    stored as variable-length strings consisting of letters ‘A’,...of letters among a pair of strings. This example will generate...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Mon Oct 20 15:12:27 UTC 2025
      120.9K bytes
      1 views
      Cache
     
  8. NuSVR — scikit-learn 1.7.2 documentation

    feature names that are all strings. Added in version 1.0. n_iter_...= 'scale' , coef0 = 0.0 , shrinking = True , tol = 0.001 , cache_size...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Mon Oct 20 15:12:26 UTC 2025
      142.4K bytes
      Cache
     
  9. glossary.rst.txt

    columns of integers or strings. Strings will be rejected by most...array of strings and may take an array-like of strings as input,...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Mon Oct 20 15:12:26 UTC 2025
      89.3K bytes
      1 views
     
  10. Nearest Centroid Classification — scikit-learn ...

    clf = NearestCentroid ( shrink_threshold = shrinkage ) clf...( "3-Class classification (shrink_threshold= %r )" % shrinkage...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html
    Mon Oct 20 15:12:27 UTC 2025
      90.7K bytes
      Cache
     
Back to top