Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 441 - 450 of over 10,000 for 1 (0.67 seconds)

  1. HDBSCAN — scikit-learn 1.8.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means.... labels_ ) . tolist () [-1, 0, 1, 2, 3, 4, 5, 6, 7] dbscan_clustering...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html
    Mon Dec 15 15:02:33 GMT 2025
      142.2K bytes
      Cache
     
  2. Spectral clustering for image segmentation &#82...

    [ 0 ]) ** 2 + ( y - center1 [ 1 ]) ** 2 < radius1 ** 2 circle2...[ 0 ]) ** 2 + ( y - center2 [ 1 ]) ** 2 < radius2 ** 2 circle3...
    scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html
    Mon Dec 15 15:02:30 GMT 2025
      100.1K bytes
      Cache
     
  3. HistGradientBoostingRegressor — scikit-le...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...version 1.1: Added option ‘quantile’. Changed in version 1.3: Added...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Mon Dec 15 15:02:33 GMT 2025
      177.1K bytes
      Cache
     
  4. MLPRegressor — scikit-learn 1.8.0 documen...

    returns f(x) = 1 / (1 + exp(-x)). ‘tanh’, the hyperbolic...random_state = 1 , max_iter = 2000 , tol = 0.1 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Mon Dec 15 15:02:31 GMT 2025
      163.6K bytes
      Cache
     
  5. 8.3. Generated datasets — scikit-learn 1....

    1.1. Single label # make_blobs creates..."n_informative" : 1 , "n_clusters_per_class" : 1 , "n_classes"...
    scikit-learn.org/stable/datasets/sample_generators.html
    Mon Dec 15 15:02:31 GMT 2025
      56.7K bytes
      Cache
     
  6. Visualizing the probabilistic predictions of a ...

    uniform ( low =- 1 , high = 1 , size = ( n_samples , 2...xor [ "Feature #1" ] + noise [:, 1 ] > 0 ) X = xor...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Mon Dec 15 15:02:33 GMT 2025
      238.8K bytes
      Cache
     
  7. GradientBoostingClassifier — scikit-learn...

    1 , n_estimators = 100 , subsample = 1.0 , criterion...in the range [1, inf) . subsample float, default=1.0 The fraction...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Mon Dec 15 15:02:30 GMT 2025
      180.1K bytes
      Cache
     
  8. make_hastie_10_2 — scikit-learn 1.8.0 doc...

    float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html
    Mon Dec 15 15:02:31 GMT 2025
      111.1K bytes
      Cache
     
  9. Hierarchical clustering with and without struct...

    ) t = 1.5 * np . pi * ( 1 + 3 * np . random . rand ( 1 , n_samples...n_samples , noise = noise ) X1 [:, 1 ] *= 0.5 # Make the roll thinner...
    scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html
    Mon Dec 15 15:02:31 GMT 2025
      116K bytes
      Cache
     
  10. Agglomerative clustering with different metrics...

    1 , 1 ]) for l , color , n in zip...figure () plt . axes ([ 0 , 0 , 1 , 1 ]) for l , color in zip ( np...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering_metrics.html
    Mon Dec 15 15:02:30 GMT 2025
      111.5K bytes
      Cache
     
Back to Top