Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2161 - 2170 of 5,766 for * (3.27 sec)

  1. check_symmetric scikit-learn 1.7.2 documentation

    . array ([[ 0 , 1 , 2 ], [ 1 , 0 , 1 ], [ 2 , 1 , 0 ]]) >>> check_symmetric...check_symmetric ( symmetric_array ) array([[0, 1, 2], [1, 0, 1], [2, 1, 0]])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_symmetric.html
    Wed Sep 24 16:15:25 UTC 2025
      108.4K bytes
      Cache
     
  2. robust_scale scikit-learn 1.7.2 documentation

    array([[-1., 1., 1.], [ 1., -1., -1.]]) >>> robust_scale ( X ,...2 ], [ - 1 , 0 , 1 ]] >>> robust_scale ( X , axis = 0 ) # scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Wed Sep 24 16:15:25 UTC 2025
      112.9K bytes
      Cache
     
  3. Release Highlights for scikit-learn 1.4 sciki...

    f64 -0.215666 0.0 1.0 0.862662 1.0 0.0 1.401826 0.0 1.0 -0.754829...100 ], "pet" : [ "dog" , "cat" , "dog" , "cat" , "cat" ]} ) preprocessor...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Wed Sep 24 16:15:25 UTC 2025
      176.2K bytes
      Cache
     
  4. sklearn.svm scikit-learn 1.7.2 documentation

    to top Ctrl + K GitHub Choose version sklearn.svm # Support vector...Regression. NuSVC Nu-Support Vector Classification. NuSVR Nu Support...
    scikit-learn.org/stable/api/sklearn.svm.html
    Wed Sep 24 16:15:26 UTC 2025
      116.3K bytes
      Cache
     
  5. sklearn.tree scikit-learn 1.7.2 documentation

    to top Ctrl + K GitHub Choose version sklearn.tree # Decision tree...decision tree. Plotting # plot_tree Plot a decision tree....
    scikit-learn.org/stable/api/sklearn.tree.html
    Wed Sep 24 16:15:24 UTC 2025
      116.9K bytes
      Cache
     
  6. Plot the decision surface of decision trees tra...

    enumerate ([[ 0 , 1 ], [ 0 , 2 ], [ 0 , 3 ], [ 1 , 2 ], [ 1 , 3 ],...plt . subplot ( 2 , 3 , pairidx + 1 ) plt . tight_layout ( h_pad...
    scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html
    Wed Sep 24 16:15:26 UTC 2025
      95.7K bytes
      Cache
     
  7. Compare the effect of different scalers on data...

    PowerTransformer ( method = "box-cox" ) . fit_transform ( X ), ), ( "Data...scaling" , MaxAbsScaler () . fit_transform ( X )), ( "Data after robust...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_all_scaling.html
    Wed Sep 24 16:15:26 UTC 2025
      138.2K bytes
      Cache
     
  8. Clustering text documents using k-means sciki...

    = [ "alt.atheism" , "talk.religion.misc" , "comp.graphics" , "sci.space"..."headers" , "footers" , "quotes" ), subset = "all" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Wed Sep 24 16:15:25 UTC 2025
      150.2K bytes
      Cache
     
  9. Imputing missing values with variants of Iterat...

    tolerances = ( 1e-3 , 1e-1 , 1e-1 , 1e-2 ) for ( name , impute_estimator...alpha = 1e4 ) ), ), ( "k-NN" , KNeighborsRegressor ( n_neighbors...
    scikit-learn.org/stable/auto_examples/impute/plot_iterative_imputer_variants_comparison.html
    Wed Sep 24 16:15:25 UTC 2025
      113.3K bytes
      Cache
     
  10. ROC Curve with Visualization API scikit-learn...

    Parameters C 1.0 kernel 'rbf' degree 3 gamma 'scale' coef0 0.0 shrinking...= 42 ) rfc . fit ( X_train , y_train ) ax = plt . gca () rfc_disp...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Wed Sep 24 16:15:25 UTC 2025
      113.9K bytes
      Cache
     
Back to top