Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1301 - 1310 of over 10,000 for 2 (5.01 seconds)

Filter
  1. plot_kmeans_digits.zip

    PCA` to project into a # 2-dimensional space and plot the...reduced_data = PCA(n_components=2).fit_transform(data) kmeans =...
    scikit-learn.org/stable/_downloads/1393861b58df827d4c681b80a5be2472/plot_kmeans_digits.zip
    Tue Mar 17 03:44:39 UTC 2026
      15.5K bytes
     
  2. lasso_path — scikit-learn 1.8.0 documentation

    it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]]) . T >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html
    Tue Mar 17 03:44:39 UTC 2026
      15.5K bytes
      Cache
     
  3. neighbors.rst.txt

    [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]]) >>> nbrs...np.array([[-1, -1], [-2, -1], [-3, -2], [1, 1], [2, 1], [3, 2]]) >>> kdt...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Tue Mar 17 03:44:36 UTC 2026
      12.2K bytes
     
  4. weighted_mode — scikit-learn 1.8.0 docume...

    2 , 4 , 2 ] >>> weights = [...weights ) (array([2.]), array([3.5])) The value 2 has the highest...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.weighted_mode.html
    Mon Feb 02 09:23:44 UTC 2026
      109K bytes
      Cache
     
  5. ward_tree — scikit-learn 1.8.0 documentation

    s)^2 + \frac{|v|+|t|} {T}d(v,t)^2 - \frac{|v|} {T}d(s,t)^2}\]...array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html
    Tue Mar 17 03:44:39 UTC 2026
      14.4K bytes
      Cache
     
  6. Joint feature selection with multi-task Lasso —...

    2 , 2 ) plt . spy ( coef_multi_task_lasso_...)) times = np . linspace ( 0 , 2 * np . pi , n_tasks ) for k in...
    scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html
    Tue Mar 17 03:44:36 UTC 2026
      16.3K bytes
      Cache
     
  7. preprocessing.rst.txt

    2. , 1. , 0.1], [4.4, 2.2, 1.1, 0.1], [4.4, 2.2, 1.2, 0.1],...4.1, 6.7, 2.5], [7.7, 4.2, 6.7, 2.5], [7.9, 4.4, 6.9, 2.5]]) Thus...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Tue Mar 17 03:44:39 UTC 2026
      16K bytes
     
  8. MultiTaskElasticNet — scikit-learn 1.8.0 docume...

    [ 2 , 2 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]]) Multi...is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNet.html
    Tue Mar 17 03:44:36 UTC 2026
      19.6K bytes
      Cache
     
  9. randomized_range_finder — scikit-learn 1.8.0 do...

    size = 2 , n_iter = 2 , random_state = 42 ) array([[-0.214,...no normalization if n_iter <= 2 and switches to LU otherwise....
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_range_finder.html
    Tue Mar 17 03:44:39 UTC 2026
      13.7K bytes
      Cache
     
  10. KNeighborsRegressor — scikit-learn 1.8.0 docume...

    array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Tue Mar 17 03:44:39 UTC 2026
      19.9K bytes
      Cache
     
Back to Top