Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 861 - 870 of over 10,000 for 1 (2.52 seconds)

Filter
  1. Comparison of kernel ridge regression and SVR —...

    1 ), param_grid = { "alpha" : [ 1e0 , 0.1 , 1e-2 , 1e-3...with params: {'C': 1.0, 'gamma': np.float64(0.1)} and R2 score:...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Tue Mar 17 03:44:39 UTC 2026
      18.8K bytes
      Cache
     
  2. 4. Metadata Routing — scikit-learn 1.8.0 docume...

    1.1. Weighted scoring and fitting...>>> param_grid = { "C" : [ 0.1 , 1 ]} >>> lr = LogisticRegression...
    scikit-learn.org/stable/metadata_routing.html
    Tue Mar 17 03:44:39 UTC 2026
      13.1K bytes
      Cache
     
  3. 11. Common pitfalls and recommended practices —...

    n_features = 1 , noise = 1 ) >>> X_train , X_test ,...applies to using None . 11.3.1.1. Estimators # Passing instances...
    scikit-learn.org/stable/common_pitfalls.html
    Tue Mar 17 03:44:36 UTC 2026
      17K bytes
      Cache
     
  4. PredictionErrorDisplay — scikit-learn 1.8.0 doc...

    scikit-learn 1.2 Release Highlights for scikit-learn 1.2 On this...Evaluation Guide . Added in version 1.2. Parameters : y_true ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PredictionErrorDisplay.html
    Tue Mar 17 03:44:36 UTC 2026
      16.7K bytes
      Cache
     
  5. Plot Hierarchical Clustering Dendrogram — sciki...

    n_samples : current_count += 1 # leaf node else : current_count...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_dendrogram.html
    Tue Mar 17 03:44:36 UTC 2026
      15.4K bytes
      Cache
     
  6. Comparing different hierarchical linkage method...

    y_pred ) + 1 ), ) ) ) plt . scatter ( X [:, 0 ], X [:, 1 ], s = 10...= n_samples , cluster_std = [ 1.0 , 2.5 , 0.5 ], random_state...
    scikit-learn.org/stable/auto_examples/cluster/plot_linkage_comparison.html
    Tue Mar 17 03:44:38 UTC 2026
      17.5K bytes
      Cache
     
  7. LedoitWolf — scikit-learn 1.8.0 documentation

    1]. n_features_in_ int Number of...all strings. Added in version 1.0. See also EllipticEnvelope An...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html
    Tue Mar 17 03:44:36 UTC 2026
      17.2K bytes
      Cache
     
  8. check_scoring — scikit-learn 1.8.0 documentation

    Added in version 1.6. Returns : scoring callable...return_X_y = True ) >>> y *= - 1 >>> clf = DecisionTreeClassifi...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.check_scoring.html
    Tue Mar 17 03:44:39 UTC 2026
      13.9K bytes
      Cache
     
  9. FastICA — scikit-learn 1.8.0 documentation

    The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html
    Tue Mar 17 03:44:36 UTC 2026
      18.4K bytes
      Cache
     
  10. l1_min_c — scikit-learn 1.8.0 documentation

    intercept_scaling = 1.0 ) [source] # Return the lowest...sticRegression with l1_ratio=1 . This value is valid if class_weight...
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Tue Mar 17 03:44:39 UTC 2026
      13.9K bytes
      Cache
     
Back to Top