Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 781 - 790 of 2,485 for 2 (0.08 sec)

  1. DistanceMetric — scikit-learn 1.7.2 documentation

    HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))...'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> Y...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html
    Mon Nov 10 15:11:15 UTC 2025
      116.2K bytes
      Cache
     
  2. RadiusNeighborsRegressor — scikit-learn 1.7.2 d...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html
    Mon Nov 10 15:11:18 UTC 2025
      150.5K bytes
      Cache
     
  3. LassoLars — scikit-learn 1.7.2 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html
    Mon Nov 10 15:11:15 UTC 2025
      143K bytes
      Cache
     
  4. get_scorer — scikit-learn 1.7.2 documentation

    2 ], ( - 1 , 1 )) >>> y = np . array...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer.html
    Mon Nov 10 15:11:19 UTC 2025
      109.3K bytes
      Cache
     
  5. Lars — scikit-learn 1.7.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_nonzero_coefs = 500 , eps = np.float64(2.220446049250313e-16) , copy_X...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html
    Mon Nov 10 15:11:15 UTC 2025
      138.8K bytes
      Cache
     
  6. OR 検索

    たとえば、「検索語1」と「検索語2」のどちらかが含まれるドキュメントを検索したい場合は以下のように検索フォームに入力します。...うに検索フォームに入力します。 検索語1 OR 検索語2 OR で複数語をつなぐことも可能です。...
    fess.codelibs.org/ja/15.3/user/search-or.html
    Mon Nov 10 02:42:47 UTC 2025
      20.4K bytes
      Cache
     
  7. Exponentiation — scikit-learn 1.7.2 documentation

    2) is equivalent to using the **...** operator with RBF() ** 2 . Read more in the User Guide . Added...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html
    Mon Nov 10 15:11:15 UTC 2025
      122.9K bytes
      Cache
     
  8. ParameterGrid — scikit-learn 1.7.2 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 Nov 10 15:11:18 UTC 2025
      110.2K bytes
      Cache
     
  9. ParameterSampler — scikit-learn 1.7.2 documenta...

    'a' : 2 }, ... { 'b' : 1.038159 , 'a' : 2 }] True On this...>>> param_grid = { 'a' :[ 1 , 2 ], 'b' : expon ()} >>> param_list...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html
    Mon Nov 10 15:11:18 UTC 2025
      110.7K bytes
      Cache
     
  10. partial_dependence — scikit-learn 1.7.2 documen...

    2. feature_names array-like of shape...dataframe. Added in version 1.2. response_method {‘auto’, ‘predict_proba’,...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html
    Mon Nov 10 15:11:18 UTC 2025
      129.1K bytes
      Cache
     
Back to top