Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 921 - 930 of 2,009 for = (0.06 sec)

  1. lastafluteMap.dfprop | LastaFlute

    ; commonMap = map: { ; path = .. ; freeGenList = list: { env...applications ; appMap = map: { ; dockside = map: { ; path = ../../maihama-dockside...
    dbflute.seasar.org/ja/lastaflute/howto/dbflute/ladfprop.html
    Fri Jun 13 09:55:28 UTC 2025
      19.2K bytes
      1 views
      Cache
     
  2. Ridge — scikit-learn 1.7.0 documentation

    max_iter = None , tol = 0.0001 , solver = 'auto' , positive = False...( alpha = 1.0 , * , fit_intercept = True , copy_X = True , max_iter...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Wed Jul 02 18:21:48 UTC 2025
      154.3K bytes
      Cache
     
  3. make_friedman2 — scikit-learn 1.7.0 documentation

    intervals: 0 <= X [:, 0 ] <= 100 , 40 * pi <= X [:, 1 ] <= 560 * pi...pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3 ] <= 11. The output y...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html
    Wed Jul 02 18:21:48 UTC 2025
      110.5K bytes
      Cache
     
  4. ColumnTransformer — scikit-learn 1.7.0 document...

    len(transformers_)==len(transformers)+1 , otherwise len(transformers_)==len(transformers)...remainder = 'drop' , sparse_threshold = 0.3 , n_jobs = None , transformer_weights...
    scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html
    Wed Jul 02 18:21:48 UTC 2025
      160.6K bytes
      Cache
     
  5. make_biclusters — scikit-learn 1.7.0 documentation

    noise = 0.0 , minval = 10 , maxval = 100 , shuffle = True ,..., rows , cols = make_biclusters ( ... shape = ( 10 , 20 ), n_clusters...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html
    Wed Jul 02 18:21:48 UTC 2025
      110.7K bytes
      Cache
     
  6. VotingRegressor — scikit-learn 1.7.0 documentation

    weights = None , n_jobs = None , verbose = False ) [source]...n_estimators = 10 , random_state = 1 ) >>> r3 = KNeighborsRegressor...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Wed Jul 02 18:21:48 UTC 2025
      146.5K bytes
      Cache
     
  7. scale — scikit-learn 1.7.0 documentation

    axis = 0 , with_mean = True , with_std = True , copy = True )...and scale. axis {0, 1}, default=0 Axis used to compute the means...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Tue Jul 01 15:59:34 UTC 2025
      111.4K bytes
      Cache
     
  8. Confusion matrix — scikit-learn 1.7.0 documenta...

    with iris = datasets . load_iris () X = iris . data y = iris . target...classifier = svm . SVC ( kernel = "linear" , C = 0.01 ) . fit...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Wed Jul 02 18:21:48 UTC 2025
      88.9K bytes
      Cache
     
  9. inplace_swap_row — scikit-learn 1.7.0 documenta...

    indptr = np . array ([ 0 , 2 , 3 , 3 , 3 ]) >>> indices = np ....]) >>> data = np . array ([ 8 , 2 , 5 ]) >>> csr = sparse . csr_matrix...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_row.html
    Fri Jun 27 15:51:03 UTC 2025
      108K bytes
      Cache
     
  10. Custom refit strategy of a grid search with cro...

    - 1 )) y = digits . target == 8 print ( f "The number...n_pixels) . n_samples = len ( digits . images ) X = digits . images...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Wed Jul 02 18:21:48 UTC 2025
      136K bytes
      Cache
     
Back to top