Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 3,774 for 1 (1.4 sec)

  1. empirical_covariance — scikit-learn 1.7.2 docum...

    >>> X = [[ 1 , 1 , 1 ],[ 1 , 1 , 1 ],[ 1 , 1 , 1 ], ... [ 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html
    Thu Oct 09 16:57:45 UTC 2025
      108.7K bytes
      Cache
     
  2. OAS — scikit-learn 1.7.2 documentation

    precision_ array([[ 1.7833, -1.2431 ], [-1.2431, 3.3889]]) >>>...the estimator. References [ 1 ] ( 1 , 2 ) “Shrinkage algorithms...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Thu Oct 09 16:57:45 UTC 2025
      133.5K bytes
      Cache
     
  3. BaseEstimator — scikit-learn 1.7.2 documentation

    array ([ 1 , 0 , 1 ]) >>> estimator . fit ( X ,...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html
    Thu Oct 09 16:57:48 UTC 2025
      118.4K bytes
      1 views
      Cache
     
  4. Ridge — scikit-learn 1.7.2 documentation

    Ridge ( alpha = 1.0 , * , fit_intercept = True ,...shape (n_targets,)}, default=1.0 Constant that multiplies the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Thu Oct 09 16:57:45 UTC 2025
      153.9K bytes
      Cache
     
  5. Isomap — scikit-learn 1.7.2 documentation

    Added in version 1.1. n_components int, default=2...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html
    Thu Oct 09 16:57:48 UTC 2025
      138.9K bytes
      Cache
     
  6. pairwise_distances — scikit-learn 1.7.2 documen...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html
    Thu Oct 09 16:57:49 UTC 2025
      120.4K bytes
      Cache
     
  7. lasso_path — scikit-learn 1.7.2 documentation

    alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...lasso_path >>> X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html
    Thu Oct 09 16:57:49 UTC 2025
      121.2K bytes
      Cache
     
  8. affinity_propagation — scikit-learn 1.7.2 docum...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...>>> labels array([0, 0, 0, 1, 1, 1]) Gallery examples # Visualizing...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html
    Thu Oct 09 16:57:48 UTC 2025
      114K bytes
      Cache
     
  9. MultiOutputRegressor — scikit-learn 1.7.2 docum...

    means 1 unless in a joblib.parallel_backend context. -1 means...X [[ 0 ]]) array([[176, 35.1, 57.1]]) fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html
    Thu Oct 09 16:57:48 UTC 2025
      146.1K bytes
      Cache
     
  10. Kernel — scikit-learn 1.7.2 documentation

    length_scale = 1.0 ): ... self . length_scale =...2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> print (...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html
    Thu Oct 09 16:57:49 UTC 2025
      122.3K bytes
      Cache
     
Back to top