Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 2,898 for 1 (0.08 sec)

  1. PoissonRegressor — scikit-learn 1.7.0 documenta...

    predict ([[ 1 , 1 ], [ 3 , 4 ]]) array([10.676,...PoissonRegressor ( * , alpha = 1.0 , fit_intercept = True , solver...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Thu Jun 05 22:21:57 UTC 2025
      139.8K bytes
      Cache
     
  2. estimator_checks_generator — scikit-learn 1.6.1...

    Added in version 1.6. Parameters : estimator estimator...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.estimator_checks_generat...
    Sun Jun 01 04:47:38 UTC 2025
      108.9K bytes
      Cache
     
  3. safe_sparse_dot — scikit-learn 1.6.1 documentation

    safe_sparse_dot >>> X = csr_matrix ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.safe_sparse_dot.html
    Sun Jun 01 04:47:41 UTC 2025
      107.6K bytes
      Cache
     
  4. Plot class probabilities calculated by the Voti...

    [ 1.1 , 1.2 ]]) y = np . array ([ 1 , 1 , 2 , 2 ]) eclf...np . array ([[ - 1.0 , - 1.0 ], [ - 1.2 , - 1.4 ], [ - 3.4 , -...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_probas.html
    Thu Jun 05 00:23:05 UTC 2025
      101.1K bytes
      Cache
     
  5. SpectralCoclustering — scikit-learn 1.7.0 docum...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([0, 1, 1, 0, 0, 0], dtype=int32) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html
    Thu Jun 05 22:21:57 UTC 2025
      129.7K bytes
      Cache
     
  6. ARDRegression — scikit-learn 1.7.0 documentation

    [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Thu Jun 05 22:21:58 UTC 2025
      141.2K bytes
      Cache
     
  7. SGDRegressor — scikit-learn 1.7.0 documentation

    l1_ratio <= 1. l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....True , verbose = 0 , epsilon = 0.1 , random_state = None , learning_rate...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Thu Jun 05 22:21:57 UTC 2025
      168.8K bytes
      Cache
     
  8. inplace_swap_column — scikit-learn 1.6.1 docume...

    1 ) >>> csr . todense () matrix([[0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_column.html
    Sun Jun 01 04:47:39 UTC 2025
      108.4K bytes
      Cache
     
  9. BaggingRegressor — scikit-learn 1.7.0 documenta...

    max_samples = 1.0 , max_features = 1.0 , bootstrap = True...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Thu Jun 05 22:21:58 UTC 2025
      147.9K bytes
      Cache
     
  10. add_dummy_feature — scikit-learn 1.6.1 document...

    1 ], [ 1 , 0 ]]) array([[1., 0., 1.], [1., 1., 0.]])...add_dummy_feature ( X , value = 1.0 ) [source] # Augment dataset...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.add_dummy_feature.html
    Thu Jun 05 01:26:45 UTC 2025
      106.3K bytes
      Cache
     
Back to top