Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 1,363 for 1 (0.05 sec)

  1. Unsupervised learning: seeking representations ...

    array ([[ 1 , 1 , 1 ], [ 0.5 , 2 , 1 ], [ 1.5 , 1 , 2 ]]) # Mixing...k_means . labels_ [:: 10 ]) [1 1 1 1 1 2 0 0 0 0 2 2 2 2 2] >>> print...
    scikit-learn.org/stable/tutorial/statistical_inference/unsupervised_learning.html
    Fri May 31 14:06:04 UTC 2024
      62.3K bytes
      Cache
     
  2. An introduction to machine learning with scikit...

    array([[1, 1, 0, 0, 0], [1, 0, 1, 0, 0], [0, 1, 0, 1, 0], [1, 0,...predict ( X ) array([[1, 0, 0], [1, 0, 0], [0, 1, 0], [0, 0, 0], [0,...
    scikit-learn.org/stable/tutorial/basic/tutorial.html
    Fri May 31 14:06:04 UTC 2024
      63.1K bytes
      Cache
     
  3. 1.14. Semi-supervised learning — scikit-learn 1...

    1.14.1. Self Training # This self-training...content Back to top Ctrl + K GitHub 1.14. Semi-supervised learning #...
    scikit-learn.org/stable/modules/semi_supervised.html
    Fri May 31 14:06:06 UTC 2024
      48.5K bytes
      2 views
      Cache
     
  4. 1.17. Neural network models (supervised) — scik...

    [ 1. , 1. ]] >>> y = [[ 0 , 1 ], [ 1 , 1 ]] >>> clf...= [[ 0. , 0. ], [ 1. , 1. ]] >>> y = [ 0 , 1 ] >>> clf = MLPClassifier...
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Fri May 31 14:06:07 UTC 2024
      72.4K bytes
      Cache
     
  5. 4.1. Partial Dependence and Individual Conditio...

    1.1. Partial dependence plots # Partial..., learning_rate = 1.0 , ... max_depth = 1 , random_state = 0...
    scikit-learn.org/stable/modules/partial_dependence.html
    Fri May 31 14:06:07 UTC 2024
      64.9K bytes
      Cache
     
  6. 1.3. Kernel ridge regression — scikit-learn 1.5...

    content Back to top Ctrl + K GitHub 1.3. Kernel ridge regression # Kernel...model using only approximately 1/3 of the 100 training datapoints...
    scikit-learn.org/stable/modules/kernel_ridge.html
    Fri May 31 14:06:06 UTC 2024
      43.3K bytes
      Cache
     
  7. 1. Supervised learning — scikit-learn 1.5.0 doc...

    GitHub 1. Supervised learning # 1.1. Linear Models 1.1.1. Ordinary...Lasso 1.1.4. Multi-task Lasso 1.1.5. Elastic-Net 1.1.6. Multi-task...
    scikit-learn.org/stable/supervised_learning.html
    Fri May 31 14:06:06 UTC 2024
      51.8K bytes
      Cache
     
  8. Statistical learning: the setting and the estim...

    param1 = 1 , param2 = 2 ) >>> estimator . param1 1 Estimated...
    scikit-learn.org/stable/tutorial/statistical_inference/settings.html
    Fri May 31 14:06:06 UTC 2024
      34.9K bytes
      Cache
     
  9. 1.9. Naive Bayes — scikit-learn 1.5.0 documenta...

    = P(x_i = 1 \mid y) x_i + (1 - P(x_i = 1 \mid y)) (1 - x_i)\]...that \[P(x_i | y, x_1, \dots, x_{i-1}, x_{i+1}, \dots, x_n) = P(x_i...
    scikit-learn.org/stable/modules/naive_bayes.html
    Fri May 31 14:06:06 UTC 2024
      62.8K bytes
      Cache
     
  10. 1.7. Gaussian Processes — scikit-learn 1.5.0 do...

    1.7.3. GPC examples # 1.7.3.1. Probabilistic predictions...features exceeds a few dozens. 1.7.1. Gaussian Process Regression...
    scikit-learn.org/stable/modules/gaussian_process.html
    Fri May 31 14:06:06 UTC 2024
      88.4K bytes
      Cache
     
Back to top