Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 791 - 800 of 3,487 for 1 (0.08 sec)

  1. Compare the effect of different scalers on data...

    cutoffs_X1 [ 1 ]], axis = 1 ) plot_distribution ( axarr [ 1 ], X [ non_outliers_mask...left , width = 0.1 , 0.22 bottom , height = 0.1 , 0.7 bottom_h...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_all_scaling.html
    Fri Nov 01 07:27:41 UTC 2024
      133.6K bytes
      Cache
     
  2. Lasso and Elastic Net — scikit-learn 1.5.2 docu...

    legend (( l1 [ - 1 ], l2 [ - 1 ]), ( "Lasso" , "Elastic-Net"...plt . legend (( l1 [ - 1 ], l2 [ - 1 ]), ( "Lasso" , "positive...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_coordinate_descent_path.html
    Fri Nov 01 07:27:41 UTC 2024
      98K bytes
      Cache
     
  3. Label Propagation digits: Demonstrating perform...

    support 0 1.00 1.00 1.00 27 1 0.82 1.00 0.90 37 2 1.00 0.86 0.92...0.92 28 3 1.00 0.80 0.89 35 4 0.92 1.00 0.96 24 5 0.74 0.94 0.83...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html
    Fri Nov 01 07:27:40 UTC 2024
      95.2K bytes
      Cache
     
  4. RBF SVM parameters — scikit-learn 1.5.2 documen...

    1 , 1e2 ] gamma_2d_range = [ 1e-1 , 1 , 1e1 ] classifiers...{'C': np.float64(1.0), 'gamma': np.float64(0.1)} with a score of...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Fri Nov 01 07:27:39 UTC 2024
      114.9K bytes
      Cache
     
  5. Multi-class AdaBoosted Decision Trees — scikit-...

    as depicted by Figure 1 in Zhu et al [ 1 ] . The core principle...of trees" : range ( 1 , n_estimators + 1 ), "AdaBoost" : [ m...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Fri Nov 01 07:27:39 UTC 2024
      110.7K bytes
      Cache
     
  6. Lasso on dense and sparse data — scikit-learn 1...

    coo_matrix ( X ) alpha = 1 sparse_lasso = Lasso ( alpha =...Distance between coefficients : 1.01e-13 Comparing the two Lasso...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_dense_vs_sparse_data.html
    Fri Nov 01 07:27:39 UTC 2024
      92.8K bytes
      Cache
     
  7. export_text — scikit-learn 1.5.2 documentation

    (cm) <= 1.75 | | |--- class: 1 | |--- petal width (cm) > 1.75 |...be used (“feature_0”, “feature_1”, …). class_names array-like of...
    scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html
    Fri Nov 01 07:27:39 UTC 2024
      109.7K bytes
      Cache
     
  8. FeatureHasher and DictVectorizer Comparison — s...

    {'that': 1, 'is': 2, 'one': 2, 'example': 1, 'but': 1, 'this':...'this': 1, 'another': 1}) Observe in particular that the repeated token...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Fri Nov 01 07:27:41 UTC 2024
      138.4K bytes
      Cache
     
  9. shrunk_covariance — scikit-learn 1.5.2 document...

    1 ) [source] # Calculate covariance...ndarray. shrinkage float, default=0.1 Coefficient in the convex combination...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.shrunk_covariance.html
    Fri Nov 01 07:27:39 UTC 2024
      107.4K bytes
      Cache
     
  10. Nearest Neighbors regression — scikit-learn 1.5...

    1 , i + 1 ) plt . scatter ( X_train...sort ( 5 * rng . rand ( 40 , 1 ), axis = 0 ) X_test = np . linspace...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Fri Nov 01 07:27:41 UTC 2024
      87.6K bytes
      Cache
     
Back to top