Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 491 - 500 of 4,309 for * (1.48 sec)

  1. 6. Visualizations scikit-learn 1.7.1 document...

    visualization. metrics.ConfusionMatrixDispl (...[, ...]) Confusion...visualization. metrics.DetCurveDisplay (*, fpr, fnr[, ...]) Detection...
    scikit-learn.org/stable/visualizations.html
    Fri Jul 25 23:47:49 UTC 2025
      50K bytes
      Cache
     
  2. DummyClassifier scikit-learn 1.7.1 documentation

    np . array ([ - 1 , 1 , 1 , 1 ]) >>> y = np . array ([ 0 , 1...1, 1, 1]) >>> dummy_clf . score ( X , y ) 0.75 fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Fri Jul 25 23:47:49 UTC 2025
      142.7K bytes
      Cache
     
  3. GaussianMixture scikit-learn 1.7.1 documentation

    covariance_type {full, tied, diag, spherical}, default=full String...‘k-means++, random, random_from_data}, default=kmeans The method...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Fri Jul 25 23:47:49 UTC 2025
      152K bytes
      Cache
     
  4. TfidfTransformer scikit-learn 1.7.1 documenta...

    as idf(t) = log [ n / (df(t) + 1) ]). If smooth_idf=True (the default),...document' , ... 'and this is the third one' , ... 'is this the...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Fri Jul 25 23:47:49 UTC 2025
      141.3K bytes
      Cache
     
  5. load_wine scikit-learn 1.7.1 documentation

    ( data . target_names ) [np.str_('class_0'), np.str_('class_1'),...https://archive.ics.uci.edu/ml/machine-learning-databases/wine/wine.data...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_wine.html
    Fri Jul 25 23:47:49 UTC 2025
      112.5K bytes
      Cache
     
  6. RandomTreesEmbedding scikit-learn 1.7.1 docum...

    [[ 0 , 0 ], [ 1 , 0 ], [ 0 , 1 ], [ - 1 , 0 ], [ 0 , - 1 ]] >>>...3-42, 2006. [ 2 ] Moosmann, F. and Triggs, B. and Jurie, F. Fast...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomTreesEmbedding.html
    Fri Jul 25 23:47:49 UTC 2025
      154K bytes
      Cache
     
  7. ledoit_wolf scikit-learn 1.7.1 documentation

    ledoit_wolf ( X ) >>> covariance array([[0.44, 0.16], [0.16, 0.80]])...= np . array ([[ .4 , .2 ], [ .2 , .8 ]]) >>> rng = np . random...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html
    Fri Jul 25 23:47:49 UTC 2025
      109.5K bytes
      Cache
     
  8. KernelRidge scikit-learn 1.7.1 documentation

    = 1.0 ) >>> krr . fit ( X , y ) KernelRidge(alpha=1.0) fit ( X...sklearn.kernel_ridge. KernelRidge ( alpha = 1 , * , kernel = 'linear' , gamma...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html
    Fri Jul 25 23:47:49 UTC 2025
      142.4K bytes
      Cache
     
  9. mean_squared_error scikit-learn 1.7.1 documen...

    1 , 1 ],[ 7 , - 6 ]] >>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8...y_pred , multioutput = [ 0.3 , 0.7 ]) 0.825... Gallery examples # Model...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_error.html
    Fri Jul 25 23:47:49 UTC 2025
      117K bytes
      Cache
     
  10. OneHotEncoder scikit-learn 1.7.1 documentation

    handle_unknown {error, ignore, infrequent_if_exist, warn}, default=’error’...feature + "_" + str(category) .E.g. feature X with values 1, 6, 7...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Fri Jul 25 23:47:49 UTC 2025
      168.2K bytes
      Cache
     
Back to top