Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1031 - 1040 of over 10,000 for 1 (0.35 seconds)

Filter
  1. Using KBinsDiscretizer to discretize continuous...

    reshape ( - 1 , 1 ) # transform the dataset with...endpoint = False ) . reshape ( - 1 , 1 ) reg = LinearRegression ()...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html
    Mon Mar 23 20:39:22 UTC 2026
      16.1K bytes
      Cache
     
  2. Release Highlights for scikit-learn 0.23 — scik...

    versionadded:: 1.0 .. versionchanged:: 1.6 `verbose_feature_names_out`..... versionadded:: 1.5 .. versionchanged:: 1.7 The default value...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
    Mon Mar 23 20:39:21 UTC 2026
      34.6K bytes
      Cache
     
  3. CloseStatus (Spring Framework 7.0.1 API)

    1 "Defined Status Codes" . Since:...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/socket/CloseStat...
    Fri Feb 01 00:00:00 UTC 1980
      42.3K bytes
      Cache
     
  4. Sample pipeline for text feature extraction and...

    array([1.e-06, 1.e-05, 1.e-04, 1.e-03, 1.e-02, 1.e-01, 1.e+00,...1.e+00, 1.e+01, 1.e+02, 1.e+03, 1.e+04, 1.e+05, 1.e+06]), 'vect__max_df':...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Mon Mar 23 20:39:21 UTC 2026
      34.4K bytes
      Cache
     
  5. 7.8. Pairwise metrics, Affinities and Kernels —...

    for choosing gamma is 1 / num_features S = 1. / (D / np.max(D))...>>> Y = np . array ([[ 1 , 0 ], [ 2 , 1 ]]) >>> pairwise_distances...
    scikit-learn.org/stable/modules/metrics.html
    Mon Mar 23 20:39:21 UTC 2026
      10.5K bytes
      Cache
     
  6. MNIST classification using multinomial logistic...

    l1_ratio = 1 , solver = "saga" , tol = 0.1 ) clf . fit ( X_train...fetch_openml ( "mnist_784" , version = 1 , return_X_y = True , as_frame...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Mon Mar 23 20:39:21 UTC 2026
      16.4K bytes
      Cache
     
  7. Outlier detection on a real data set — scikit-l...

    EllipticEnvelope ( support_fraction = 1.0 , contamination = 0.25 ), "Robust...= load_wine ()[ "data" ][:, [ 1 , 2 ]] # two clusters fig , ax...
    scikit-learn.org/stable/auto_examples/applications/plot_outlier_detection_wine.html
    Mon Mar 23 20:39:21 UTC 2026
      17.2K bytes
      Cache
     
  8. Scalable learning with polynomial kernel approx...

    original paper of Tensor Sketch [ 1 ] , i.e. the algorithm implemented..., which was the one used in [ 1 ] . from sklearn.datasets import...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Mon Mar 23 20:39:20 UTC 2026
      18.7K bytes
      Cache
     
  9. Gaussian process classification (GPC) on iris d...

    y ) kernel = 1.0 * RBF ([ 1.0 , 1.0 ]) gpc_rbf_anisotropic...() - 1 , X [:, 0 ] . max () + 1 y_min , y_max = X [:, 1 ] . min...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_iris.html
    Mon Mar 23 20:39:20 UTC 2026
      16.2K bytes
      Cache
     
  10. Clustering text documents using k-means — sciki...

    assigned to each cluster: [ 1 1 1 3384] Number of elements assigned...n_features: { X_tfidf . shape [ 1 ] } " ) vectorization done in...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Mon Mar 23 20:39:21 UTC 2026
      23.8K bytes
      Cache
     
Back to Top