Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2331 - 2340 of 4,759 for * (5.63 sec)

  1. ParameterGrid scikit-learn 1.7.1 documentation

    'a' : 1 , 'b' : False }, ... { 'a' : 2 , 'b' : True }, { 'a' :...{ 'kernel' : 'rbf' , 'gamma' : 1 }, ... { 'kernel' : 'rbf' , 'gamma'...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html
    Sat Aug 02 00:15:35 UTC 2025
      110.2K bytes
      Cache
     
  2. RegressorTags scikit-learn 1.7.1 documentation

    n_informative=1, bias=5.0, noise=20, random_state=42) . The dataset...R2 of 0.5 on make_regression(n_samples=200, n_features=10, n_informative=1,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.RegressorTags.html
    Sat Aug 02 00:15:38 UTC 2025
      105.2K bytes
      Cache
     
  3. has_fit_parameter scikit-learn 1.7.1 document...

    has_fit_parameter ( SVC (), "sample_weight" ) True On this page...sklearn.utils.validation. has_fit_parameter ( estimator , parameter ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.has_fit_parameter.html
    Sat Aug 02 00:15:36 UTC 2025
      105.7K bytes
      Cache
     
  4. sklearn.pipeline scikit-learn 1.7.1 documenta...

    top Ctrl + K GitHub Choose version sklearn.pipeline # Utilities...transforms and estimators. User guide. See the Pipelines and composite...
    scikit-learn.org/stable/api/sklearn.pipeline.html
    Sat Aug 02 00:15:36 UTC 2025
      115.8K bytes
      Cache
     
  5. Tweedie regression on insurance claims scikit...

    Third-Party Liability Claims dataset. Parameters ---------- n_samples:...() * 0.8 p2 = ax . fill_between ( df_ . index , 0 , y_max * df_...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Sat Aug 02 00:15:37 UTC 2025
      181.8K bytes
      Cache
     
  6. 13. Choosing the right estimator scikit-learn...

    number of... NO NO <10K samples <10K... <10K samples <10K... NO NO...NEXT TRY... TRY NEXT TRY... TRY NEXT TRY... TRY NEXT TRY... TRY NEXT...
    scikit-learn.org/stable/machine_learning_map.html
    Sat Aug 02 00:15:37 UTC 2025
      232.1K bytes
      Cache
     
  7. RadiusNeighborsRegressor scikit-learn 1.7.1 d...

    RadiusNeighborsRegre(...) >>> print ( neigh . predict ([[ 1.5 ]])) [0.5] fit...{‘auto’, ball_tree, kd_tree, brute}, default=auto Algorithm...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html
    Sat Aug 02 00:15:38 UTC 2025
      150.5K bytes
      Cache
     
  8. QuadraticDiscriminantAnalysis scikit-learn 1....

    np . array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1...1 , 1 ], [ 2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 ,...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Sat Aug 02 00:15:36 UTC 2025
      141.5K bytes
      Cache
     
  9. 1.10. Decision Trees scikit-learn 1.7.1 docum...

    >>> clf . predict_proba ([[ 2. , 2. ]]) array([[0., 1.]]) DecisionTreeClassifi...[[ 0 , 0 ], [ 1 , 1 ]] >>> Y = [ 0 , 1 ] >>> clf = tree . DecisionTreeClassifi...
    scikit-learn.org/stable/modules/tree.html
    Sat Aug 02 00:15:36 UTC 2025
      94.5K bytes
      Cache
     
  10. DistanceMetric scikit-learn 1.7.1 documentation

    pairwise ( X , Y ) array([[7.81..., 10.63...] [5.65..., 8.48...] [1.41...,...arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy))) Metrics...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html
    Sat Aug 02 00:15:36 UTC 2025
      116.2K bytes
      Cache
     
Back to top