Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1681 - 1690 of 2,529 for = (0.1 sec)

  1. RandomForestRegressor — scikit-learn 1.5.2 docu...

    n_estimators = 100 , * , criterion = 'squared_error' , max_depth = None...min_weight_fraction_leaf = 0.0 , max_features = 1.0 , max_leaf_nodes = None , ...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html
    Sat Nov 23 04:49:16 UTC 2024
      171.9K bytes
      Cache
     
  2. ExtraTreeClassifier — scikit-learn 1.5.2 docume...

    criterion = 'gini' , splitter = 'random' , max_depth = None , min_samples_split...min_weight_fraction_leaf = 0.0 , max_features = 'sqrt' , random_state = None ,...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html
    Sat Nov 23 04:49:16 UTC 2024
      178.3K bytes
      Cache
     
  3. DictVectorizer — scikit-learn 1.5.2 documentation

    dtype=<class 'numpy.float64'> , separator='=' , sparse=True ,...DictVectorizer >>> v = DictVectorizer ( sparse = False ) >>> D = [{ 'foo'...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Sat Nov 23 04:49:14 UTC 2024
      140.4K bytes
      Cache
     
  4. 3.1. Cross-validation: evaluating estimator per...

    kernel = 'linear' , C = 1 , random_state = 0 ) >>> scores = cross_validate...(60,)) >>> clf = svm . SVC ( kernel = 'linear' , C = 1 ) . fit (...
    scikit-learn.org/stable/modules/cross_validation.html
    Sat Nov 23 04:49:16 UTC 2024
      159.3K bytes
      1 views
      Cache
     
  5. StratifiedKFold — scikit-learn 1.5.2 documentation

    n_splits = 5 , * , shuffle = False , random_state = None ) [source]...StratifiedKFold(n_splits=2, random_state=None, shuffle=False) >>> for i...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Sat Nov 23 04:49:16 UTC 2024
      123.2K bytes
      Cache
     
  6. LeaveOneGroupOut — scikit-learn 1.5.2 documenta...

    Train: index=[2 3], group=[2 2] Test: index=[0 1], group=[1 1] Fold...Train: index=[0 1], group=[1 1] Test: index=[2 3], group=[2 2] get_metadata_routing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Sat Nov 23 04:49:16 UTC 2024
      121.3K bytes
      Cache
     
  7. homogeneity_completeness_v_measure — scikit-lea...

    beta = 1.0 ) [source] # Compute the homogeneity...evaluate. beta float, default=1.0 Ratio of weight attributed...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html
    Sat Nov 23 04:49:16 UTC 2024
      109.5K bytes
      Cache
     
  8. 名前付き区分値の自動生成(namedcls) | LastaFlute

    map:{ code=[code]; name=[name]; alias=[alias]; comment=[comment]...map:{ code=[code]; name=[name]; alias=[alias]; comment=[comment]...
    dbflute.seasar.org/ja/lastaflute/howto/dbflute/namedcls.html
    Tue Nov 12 15:10:59 UTC 2024
      19.3K bytes
      1 views
      Cache
     
  9. LinearSVC — scikit-learn 1.5.2 documentation

    penalty = 'l2' , loss = 'squared_hinge' , * , dual = 'auto' ,..., tol = 0.0001 , C = 1.0 , multi_class = 'ovr' , fit_intercept...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Sat Nov 23 04:49:16 UTC 2024
      162.3K bytes
      Cache
     
  10. Release Highlights for scikit-learn 1.0 — sciki...

    n_iter_no_change = 10 , tol = 1e-7 , verbose = 0 , random_state = None ,...loss = "squared_error" , learning_rate = 0.1 , max_iter = 100...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Sat Nov 23 04:49:15 UTC 2024
      110K bytes
      Cache
     
Back to top