Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 831 - 840 of over 10,000 for 2 (5.28 seconds)

  1. Decision Tree Regression — scikit-learn 1...

    = "max_depth=2" , linewidth = 2 ) plt . plot ( X_test...DecisionTreeRegresso ( max_depth = 2 ) regr_2 = DecisionTreeRegresso...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Mon Dec 15 15:02:31 GMT 2025
      178.7K bytes
      Cache
     
  2. pairwise_distances_chunked — scikit-learn...

    2 >>> def reduce_func (...[array([0, 3]), array([1]), array([2]), array([0, 3]), array([4])]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html
    Mon Dec 15 15:02:31 GMT 2025
      118.6K bytes
      Cache
     
  3. EllipticEnvelope — scikit-learn 1.8.0 doc...

    (n_samples + n_features + 1) / 2 * n_samples . Range is (0, 1)....n_samples > n_features ** 2 . References [ 1 ] Rousseeuw,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Mon Dec 15 15:02:30 GMT 2025
      147.3K bytes
      Cache
     
  4. LeaveOneOut — scikit-learn 1.8.0 document...

    2 ], [ 3 , 4 ]]) >>> y = np . array ([ 1 , 2 ]) >>>...>>> loo . get_n_splits ( X ) 2 >>> print ( loo ) LeaveOneOut()...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Mon Dec 15 15:02:31 GMT 2025
      116.9K bytes
      Cache
     
  5. TweedieRegressor — scikit-learn 1.8.0 doc...

    determination R^2. R^2 uses squared error and D^2 uses the deviance...() >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Mon Dec 15 15:02:31 GMT 2025
      142.2K bytes
      Cache
     
  6. plot_discretization_strategies.ipynb

    [2, 4], [8, 8]])\ncenters_1 = np.array([[0,...form(-3, 3, size=(n_samples, 2)),\n make_blobs(\n n_samples=[\n...
    scikit-learn.org/stable/_downloads/adc9be3b7acc279025dad9ee4ce92038/plot_discretization_strategie...
    Tue Dec 02 16:12:16 GMT 2025
      3.9K bytes
     
  7. GammaRegressor — scikit-learn 1.8.0 docum...

    determination R^2. R^2 uses squared error and D^2 uses the deviance...() >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Mon Dec 15 15:02:31 GMT 2025
      139.4K bytes
      Cache
     
  8. Swiss Roll And Swiss-Hole Reduction — sci...

    n_components = 2 ) sr_tsne = manifold . TSNE ( n_components = 2 , perplexity...n_components = 2 ) sh_tsne = manifold . TSNE ( n_components = 2 , perplexity...
    scikit-learn.org/stable/auto_examples/manifold/plot_swissroll.html
    Mon Dec 15 15:02:33 GMT 2025
      99.8K bytes
      Cache
     
  9. FeatureHasher and DictVectorizer Comparison &#8...

    'is': 2, 'one': 2, 'example': 1,...FeatureHasher is 2**20. Here we set n_features = 2**18 to illustrate...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Mon Dec 15 15:02:33 GMT 2025
      143.2K bytes
      Cache
     
  10. SelectorMixin — scikit-learn 1.8.0 docume...

    mask [: 2 ] = True # select the first two...fit_transform ( X , y ) . shape (150, 2) fit_transform ( X , y = None...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectorMixin.html
    Mon Dec 15 15:02:33 GMT 2025
      122.5K bytes
      Cache
     
Back to Top