Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2161 - 2170 of 5,584 for * (6.38 sec)

  1. check_scoring scikit-learn 1.7.2 documentation

    DecisionTreeClassifi () . fit ( X , y ) >>> scoring = { ... "accuracy" : make_scorer...scores {'accuracy': 1.0, 'mean_squared_log_error': 'Traceback ...'}...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.check_scoring.html
    Tue Sep 23 15:14:21 UTC 2025
      113.4K bytes
      Cache
     
  2. manhattan_distances scikit-learn 1.7.2 docume...

    manhattan_distances ([[ 1 , 2 ], [ 3 , 4 ]], [[ 1 , 2 ], [ 0 , 3 ]]) array([[0.,...array([[0., 2.], [4., 4.]]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.manhattan_distances.html
    Tue Sep 23 15:14:21 UTC 2025
      107.5K bytes
      Cache
     
  3. sklearn.mixture scikit-learn 1.7.2 documentation

    top Ctrl + K GitHub Choose version sklearn.mixture # Mixture modeling...modeling algorithms. User guide. See the Gaussian mixture models...
    scikit-learn.org/stable/api/sklearn.mixture.html
    Tue Sep 23 15:14:23 UTC 2025
      114.4K bytes
      Cache
     
  4. 7. Dataset transformations scikit-learn 1.7.2...

    Kernels 7.8.1. Cosine similarity 7.8.2. Linear kernel 7.8.3. Polynomial...estimators 7.1.1. Pipeline: chaining estimators 7.1.2. Transforming...
    scikit-learn.org/stable/data_transforms.html
    Tue Sep 23 15:14:21 UTC 2025
      40.3K bytes
      Cache
     
  5. 7.4. Imputation of missing values scikit-lear...

    pd . DataFrame ([[ "a" , "x" ], ... [ np . nan , "y" ], ... [...[ "a" , np . nan ], ... [ "b" , "y" ]], dtype = "category" ) ......
    scikit-learn.org/stable/modules/impute.html
    Tue Sep 23 15:14:21 UTC 2025
      84.4K bytes
      Cache
     
  6. Comparison between grid search and successive h...

    1e-2 , 1e-3 , 1e-4 , 1e-5 , 1e-6 , 1e-7 ] Cs = [ 1 , 10 , 100...set_xticks ( np . arange ( len ( Cs ))) ax . set_xticklabels ([ " {:.0E}...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Tue Sep 23 15:14:23 UTC 2025
      106K bytes
      Cache
     
  7. 12.1. Array API support (experimental) scikit...

    array_api_dispatch = True ): ... lda = LinearDiscriminantAn () ... X_trans =...array_api_dispatch = True ): ... lda = LinearDiscriminantAn () ... X_trans =...
    scikit-learn.org/stable/modules/array_api.html
    Tue Sep 23 15:14:21 UTC 2025
      77.1K bytes
      Cache
     
  8. ClassNamePrefixFeaturesOutMixin scikit-learn ...

    np . array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> MyEstimator () . fit...fit ( X ) . get_feature_names_out () array(['myestimator0', 'myestimator1'],...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassNamePrefixFeaturesOutMixin.html
    Tue Sep 23 15:14:21 UTC 2025
      110K bytes
      Cache
     
  9. clone scikit-learn 1.7.2 documentation

    0 ], [ 0 , 1 ], [ 0 , - 1 ], [ 1 , 0 ]] >>> y = [ 0 , 0 , 1 ,..., 1 ] >>> classifier = LogisticRegression () . fit ( X , y )...
    scikit-learn.org/stable/modules/generated/sklearn.base.clone.html
    Tue Sep 23 15:14:21 UTC 2025
      108.8K bytes
      Cache
     
  10. get_config scikit-learn 1.7.2 documentation

    get_config () >>> config . keys () dict_keys([...]) On this page...get_config ( ) [source] # Retrieve the current scikit-learn configuration....
    scikit-learn.org/stable/modules/generated/sklearn.get_config.html
    Tue Sep 23 15:14:21 UTC 2025
      106K bytes
      Cache
     
Back to top