Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 921 - 930 of 3,230 for 1 (0.08 sec)

  1. max_error — scikit-learn 1.7.1 documentation

    1 ] >>> y_pred = [ 4 , 2 , 7 , 1 ] >>> max_error...max_error ( y_true , y_pred ) 1.0 On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.max_error.html
    Sat Aug 02 00:15:38 UTC 2025
      106.1K bytes
      Cache
     
  2. Species distribution modeling — scikit-learn 1....

    subplot ( 1 , 2 , i + 1 ) if basemap : print ( "...Returns ------- (xgrid, ygrid) : 1-D arrays The grid corresponding...
    scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html
    Sat Aug 02 00:15:37 UTC 2025
      122.4K bytes
      Cache
     
  3. Hierarchical clustering: structured vs unstruct...

    1 ] *= 0.5 Compute clustering #...set_position ([ 0 , 0 , 0.95 , 1 ]) for l in np . unique ( label...
    scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html
    Sat Aug 02 00:15:37 UTC 2025
      101.9K bytes
      Cache
     
  4. 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
    Sat Aug 02 00:15:35 UTC 2025
      150.2K bytes
      Cache
     
  5. 8.4. Loading other datasets — scikit-learn 1.7....

    1. Sample images # Scikit-learn...forget to scale to the range 0 - 1 as done in the following example....
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Sat Aug 02 00:15:38 UTC 2025
      60.8K bytes
      Cache
     
  6. Kernel Density Estimation — scikit-learn 1.7.1 ...

    logspace ( - 1 , 1 , 20 )} grid = GridSearchCV...new_data . reshape (( 4 , 11 , - 1 )) real_data = digits . data [:...
    scikit-learn.org/stable/auto_examples/neighbors/plot_digits_kde_sampling.html
    Sat Aug 02 00:15:37 UTC 2025
      93.9K bytes
      Cache
     
  7. load_diabetes — scikit-learn 1.7.1 documentation

    Added in version 1.1. Returns : data Bunch Dictionary-like...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 On this...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_diabetes.html
    Sat Aug 02 00:15:38 UTC 2025
      119.5K bytes
      Cache
     
  8. Univariate Feature Selection — scikit-learn 1.7...

    shape [ - 1 ]) plt . figure ( 1 ) plt . clf () plt ....RandomState ( 42 ) . uniform ( 0 , 0.1 , size = ( X . shape [ 0 ], 20...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Sat Aug 02 00:15:37 UTC 2025
      105.9K bytes
      Cache
     
  9. SVM with custom kernel — scikit-learn 1.7.1 doc...

    T (0 1) """ M = np . array ([[ 2 , 0 ], [ 0 , 1.0 ]]) return.... scatter ( X [:, 0 ], X [:, 1 ], c = Y , cmap = plt . cm . Paired...
    scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html
    Sat Aug 02 00:15:37 UTC 2025
      89K bytes
      Cache
     
  10. MNIST classification using multinomial logistic...

    version = 1 , return_X_y = True , as_frame...reshape (( X . shape [ 0 ], - 1 )) X_train , X_test , y_train...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Sat Aug 02 00:15:37 UTC 2025
      96.3K bytes
      Cache
     
Back to top