Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 2,640 for 2 (0.08 sec)

  1. CCA — scikit-learn 1.5.2 documentation

    [ 2. , 2. , 2. ], [ 3. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Tue Sep 17 17:21:49 UTC 2024
      160.7K bytes
      Cache
     
  2. MeanShift — scikit-learn 1.5.2 documentation

    complexity will tend towards O(T*n^2). Scalability can be boosted by...X = np . array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html
    Tue Sep 17 17:21:49 UTC 2024
      126.3K bytes
      Cache
     
  3. NMF — scikit-learn 1.5.2 documentation

    ||H||_{Fro}^2\end{aligned}\end{align} \] Where: \(||A||_{Fro}^2 = \sum_{i,j}...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html
    Wed Sep 18 20:56:25 UTC 2024
      144.8K bytes
      Cache
     
  4. VotingRegressor — scikit-learn 1.5.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4 , 16 ],...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Tue Sep 17 17:21:49 UTC 2024
      152.1K bytes
      Cache
     
  5. RBF — scikit-learn 1.5.2 documentation

    x_j)^2}{2l^2} \right)\] where \(l\) is the...very smooth. See [2] , Chapter 4, Section 4.2, for further details...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RBF.html
    Tue Sep 17 17:21:47 UTC 2024
      131.4K bytes
      Cache
     
  6. jaccard_score — scikit-learn 1.5.2 documentation

    2 , 1 , 2 ] >>> y_true = [ 0 , 1 , 2 , 2 ] >>> jaccard_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Tue Sep 17 17:21:47 UTC 2024
      119.5K bytes
      Cache
     
  7. DotProduct — scikit-learn 1.5.2 documentation

    \sigma_0^2)\) on the bias. The DotProduct...of the kernel. For \(\sigma_0^2 =0\) , the kernel is called the...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html
    Tue Sep 17 17:21:47 UTC 2024
      126.2K bytes
      Cache
     
  8. KMeans — scikit-learn 1.5.2 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...cluster_centers_ array([[10., 2.], [ 1., 2.]]) For a more detailed...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html
    Wed Sep 18 20:56:23 UTC 2024
      161.3K bytes
      Cache
     
  9. LocalOutlierFactor — scikit-learn 1.5.2 documen...

    array([[2]])) As you can see, it returns [[0.5]], and [[2]], which..., metric = 'minkowski' , p = 2 , metric_params = None , contamination...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html
    Wed Sep 18 20:56:25 UTC 2024
      150.5K bytes
      Cache
     
  10. KNeighborsRegressor — scikit-learn 1.5.2 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
    Wed Sep 18 20:56:23 UTC 2024
      150.9K bytes
      Cache
     
Back to top