Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 641 - 650 of over 10,000 for 2 (0.55 seconds)

  1. make_moons — scikit-learn 1.8.0 documenta...

    2 , random_state = 42 ) >>> X . shape (200, 2) >>>...n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html
    Mon Dec 22 11:58:31 GMT 2025
      114.3K bytes
      Cache
     
  2. PLSRegression — scikit-learn 1.8.0 docume...

    [ 2. , 2. , 2. ], [ 2. , 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.PLSRegression.html
    Mon Dec 22 11:58:31 GMT 2025
      160.9K bytes
      Cache
     
  3. Sparse coding with a precomputed dictionary &#8...

    ) ** 2 / width ** 2 ) * np . exp ( - (( x - center ) ** 2 ) /.../ ( 2 * width ** 2 )) ) return x def ricker_matrix ( width , resolution...
    scikit-learn.org/stable/auto_examples/decomposition/plot_sparse_coding.html
    Mon Dec 22 11:58:29 GMT 2025
      107.1K bytes
      Cache
     
  4. RationalQuadratic — scikit-learn 1.8.0 do...

    x_j)^2 }{ 2\alpha l^2}\right)^{-\alpha}\] where...>>> gpc . predict_proba ( X [: 2 ,:]) array([[0.8881, 0.0566, 0.05518],...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RationalQuadratic.html
    Mon Dec 22 11:58:31 GMT 2025
      127.6K bytes
      Cache
     
  5. make_classification — scikit-learn 1.8.0 ...

    n_informative = 2 , n_redundant = 2 , n_repeated = 0 , n_classes = 2 , n_clusters_per_class...n_clusters_per_class = 2 , weights = None , flip_y = 0.01 , class_sep...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html
    Mon Dec 22 11:58:31 GMT 2025
      136.1K bytes
      Cache
     
  6. 문서

    단계 2: Fess 설치 단계 3: 시작 RPM 버전 설치 단계 1: OpenSearch 설치 단계 2: Fess...1: 파일을 개별적으로 다운로드 방법 2: Git으로 리포지토리 복제 단계 2: Docker Compose 파일...
    fess.codelibs.org/ko/documentation.html
    Sun Dec 21 02:47:04 GMT 2025
      215.5K bytes
      Cache
     
  7. MultiTaskLassoCV — scikit-learn 1.8.0 doc...

    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.MultiTaskLassoCV.html
    Mon Dec 22 11:58:29 GMT 2025
      164K bytes
      Cache
     
  8. make_biclusters — scikit-learn 1.8.0 docu...

    shape (2, 10) >>> cols . shape (2, 20) Gallery...shape = ( 10 , 20 ), n_clusters = 2 , random_state = 42 ... ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html
    Mon Dec 22 11:58:31 GMT 2025
      111.2K bytes
      Cache
     
  9. ParameterGrid — scikit-learn 1.8.0 docume...

    'a' : 2 , 'b' : True }, { 'a' : 2 , 'b'...param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True , False...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html
    Mon Dec 22 11:58:30 GMT 2025
      110.7K bytes
      Cache
     
  10. ExtraTreeRegressor — scikit-learn 1.8.0 d...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Mon Dec 22 11:58:31 GMT 2025
      161.5K bytes
      Cache
     
Back to Top