Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1061 - 1070 of over 10,000 for 2 (0.31 seconds)

Filter
  1. Beginner's guide to Python

    then try the following: >>> 2 + 2 Copy code You should get the...1 , 2 , 3 , 4 , 5 , 6 ] evens = [n for n in nums if n % 2 == 0...
    developer.ibm.com/tutorials/python-beginners-guide/
    Tue Mar 17 04:25:44 UTC 2026
      25K bytes
      1 views
      Cache
     
  2. Face completion with a multi-output estimators ...

    n_pixels // 2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test.... figure ( figsize = ( 2.0 * n_cols , 2.26 * n_faces )) plt ....
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Mon Mar 23 20:39:21 UTC 2026
      16.1K bytes
      Cache
     
  3. IncrementalPCA — scikit-learn 1.8.0 documentation

    [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [ 2 , 1 ], [...O(batch_size * n_features ** 2) , but only 2 * batch_size samples remain...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Mon Mar 23 20:39:20 UTC 2026
      19.1K bytes
      Cache
     
  4. incr_mean_variance_axis — scikit-learn 1....

    2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5...>>> scale = np . array ([ 2 , 3 , 2 ]) >>> csr = sparse...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.incr_mean_variance_axis.html
    Mon Feb 02 09:23:44 UTC 2026
      112.2K bytes
      Cache
     
  5. 1.4. Support Vector Machines — scikit-learn 1.8...

    [ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> regr = svm...values: >>> clf . predict ([[ 2. , 2. ]]) array([1]) SVMs decision...
    scikit-learn.org/stable/modules/svm.html
    Mon Mar 23 20:39:20 UTC 2026
      22.3K bytes
      Cache
     
  6. QuadraticDiscriminantAnalysis — scikit-learn 1....

    2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Mon Mar 23 20:39:23 UTC 2026
      18.3K bytes
      Cache
     
  7. Polynomial and Spline interpolation — scikit-le...

    x_0 ** 2 , x_0 ** 3 , ... , x_0 ** degree...degree ], [ 1 , x_1 , x_1 ** 2 , x_1 ** 3 , ... , x_1 ** degree...
    scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html
    Mon Mar 23 20:39:20 UTC 2026
      19.2K bytes
      Cache
     
  8. Two-class AdaBoost — scikit-learn 1.8.0 documen...

    cov = 2.0 , n_samples = 200 , n_features = 2 , n_classes = 2 , random_state...= 300 , n_features = 2 , n_classes = 2 , random_state = 1 ) X...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
  9. ParameterGrid — scikit-learn 1.8.0 documentation

    { 'a' : 2 , 'b' : True }, { 'a' : 2 , 'b' : False }])...>>> param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True , False ]} >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html
    Mon Mar 23 20:39:20 UTC 2026
      13.3K bytes
      Cache
     
  10. MultiTaskLasso — scikit-learn 1.8.0 documentation

    2 ], [ 2 , 4 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 3 ]]) ...Lasso is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Mon Mar 23 20:39:21 UTC 2026
      19.9K bytes
      Cache
     
Back to Top