Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 471 - 480 of 2,642 for 2 (0.12 sec)

  1. haversine_distances — scikit-learn 1.5.2 docume...

    data must be 2. \[D(x, y) = 2\arcsin[\sqrt{\sin^2((x_{lat} - y_{lat})...y_{lat}) / 2) + \cos(x_{lat})\cos(y_{lat})\ sin^2((x_{lon} -...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.haversine_distances.html
    Thu Sep 19 14:56:28 UTC 2024
      107.8K bytes
      Cache
     
  2. ParameterSampler — scikit-learn 1.5.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
    Thu Sep 19 14:56:27 UTC 2024
      109.9K bytes
      Cache
     
  3. Gradient Boosting regularization — scikit-learn...

    2" , "turquoise" , { "learning_rate" : 0.2 , "subsample"..."learning_rate=0.2, subsample=0.5" , "gray" , { "learning_rate" : 0.2 , "subsample"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Thu Sep 19 14:56:27 UTC 2024
      92K bytes
      Cache
     
  4. Isotonic Regression — scikit-learn 1.5.2 docume...

    subplots ( ncols = 2 , figsize = ( 12 , 6 )) ax0 ....
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Thu Sep 19 14:56:27 UTC 2024
      104.6K bytes
      Cache
     
  5. unique_labels — scikit-learn 1.5.2 documentation

    2 , 3 , 4 ], [ 2 , 2 , 3 , 4 ]) array([1, 2, 3, 4]) >>>...unique_labels ([ 1 , 2 , 10 ], [ 5 , 11 ]) array([ 1, 2, 5, 10, 11])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.unique_labels.html
    Tue Sep 17 17:21:49 UTC 2024
      106.1K bytes
      Cache
     
  6. NOT 検索

    たとえば、「検索語1」が含まれるが「検索語2」を含まないドキュメントを検索したい場合は以下のように入力して検索します。 検索語1 NOT 検索語2...
    fess.codelibs.org/ja/14.16/user/search-not.html
    Thu Sep 19 02:39:18 UTC 2024
      18.7K bytes
      Cache
     
  7. DictionaryLearning — scikit-learn 1.5.2 documen...

    _Fro ^ 2 + alpha * || U || _1 , 1 ( U , V ) with || V_k || _2 <=...X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html
    Thu Sep 19 14:56:27 UTC 2024
      142.1K bytes
      Cache
     
  8. Probability Calibration curves — scikit-learn 1...

    add_subplot ( gs [: 2 , : 2 ]) calibration_displays = {}...histogram grid_positions = [( 2 , 0 ), ( 2 , 1 ), ( 3 , 0 ), ( 3 ,...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Thu Sep 19 14:56:27 UTC 2024
      138.5K bytes
      Cache
     
  9. Decision Tree Regression — scikit-learn 1.5.2 d...

    "max_depth=2" , linewidth = 2 ) plt . plot ( X_test , y_2 , color...DecisionTreeRegresso ( max_depth = 2 ) regr_2 = DecisionTreeRegresso (...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Thu Sep 19 14:56:26 UTC 2024
      87.6K bytes
      Cache
     
  10. Probability Calibration for 3-class classificat...

    x ) / 2 ], [ 0 , 0 + ( 1 - x ) / 2 ], "k" , alpha = 0.2 ) plt...x ) / 2 ], [ 0 , 0 + ( 1 - x ) / 2 ], "k" , alpha = 0.2 ) plt...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Thu Sep 19 14:56:26 UTC 2024
      159.1K bytes
      Cache
     
Back to top