Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1251 - 1260 of 5,786 for * (3.59 sec)

  1. StratifiedShuffleSplit scikit-learn 1.7.2 doc...

    1 , 2 ], [ 3 , 4 ]]) >>> y = np . array ([ 0 , 0 , 0 , 1 , 1 ,...np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Wed Sep 24 16:15:26 UTC 2025
      122.5K bytes
      Cache
     
  2. FunctionTransformer scikit-learn 1.7.2 docume...

    ]]) >>> transformer . transform ( X ) array([[0. , 0.6931], [1.0986,...[1.0986, 1.3862]]) fit ( X , y = None ) [source] # Fit transformer...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html
    Wed Sep 24 16:15:25 UTC 2025
      139.9K bytes
      Cache
     
  3. KernelDensity scikit-learn 1.7.2 documentation

    algorithm {kd_tree, ball_tree, auto}, default=auto The tree...to use. kernel {gaussian, tophat, epanechnikov, exponential’,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html
    Wed Sep 24 16:15:25 UTC 2025
      136.3K bytes
      Cache
     
  4. PowerTransformer scikit-learn 1.7.2 documenta...

    [[-1.316 -0.707] [ 0.209 -0.707] [ 1.106 1.414]] fit ( X , y =...generated: ["x0", "x1", ..., "x(n_features_in_ - 1)"] . If input_features...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
    Wed Sep 24 16:15:25 UTC 2025
      136.2K bytes
      1 views
      Cache
     
  5. GroupShuffleSplit scikit-learn 1.7.2 document...

    = ( 8 , 1 )) >>> groups = np . array ([ 1 , 1 , 2 , 2 , 2 , 3...gss . split ( X , y , groups )): ... print ( f "Fold { i } :" )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Wed Sep 24 16:15:25 UTC 2025
      128.2K bytes
      Cache
     
  6. TimeSeriesSplit scikit-learn 1.7.2 documentation

    enumerate ( tscv . split ( X )): ... print ( f "Fold { i } :" ) ... print...tscv . split ( X )): ... print ( f "Fold { i } :" ) ... print...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Wed Sep 24 16:15:26 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  7. Gaussian Process for Machine Learning scikit-...

    module. Ability of Gaussian process regression (GPR) to estimate...noise-level Ability of Gaussian process regression (GPR) to estimate...
    scikit-learn.org/stable/auto_examples/gaussian_process/index.html
    Wed Sep 24 16:15:25 UTC 2025
      80.1K bytes
      Cache
     
  8. Working with text documents scikit-learn 1.7....

    documents # Examples concerning the sklearn.feature_extraction.text...documents using k-means Clustering text documents using k-means FeatureHasher...
    scikit-learn.org/stable/auto_examples/text/index.html
    Wed Sep 24 16:15:25 UTC 2025
      75.1K bytes
      6 views
      Cache
     
  9. 1.17. Neural network models (supervised) scik...

    clf . predict ([[ 2. , 2. ], [ - 1. , - 2. ]]) array([1, 0]) MLP...>>> X = [[ 0. , 0. ], [ 1. , 1. ]] >>> y = [ 0 , 1 ] >>> clf =...
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Wed Sep 24 16:15:26 UTC 2025
      66.8K bytes
      Cache
     
  10. auto_examples_jupyter.zip

    floor((x - orig) / dx).astype(np.int64)\n alpha = (x - orig - floor_x...{ "cell_type": "markdown", "metadata": {}, "source": [ "\n# Compressive...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Wed Sep 24 16:15:25 UTC 2025
      2.2M bytes
      2 views
     
Back to top