Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 541 - 550 of 3,451 for 1 (0.09 sec)

  1. TimeSeriesSplit — scikit-learn 1.5.2 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Thu Oct 31 11:00:34 UTC 2024
      128.3K bytes
      2 views
      Cache
     
  2. LocalOutlierFactor — scikit-learn 1.5.2 documen...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...fit_predict ( X ) array([ 1, 1, -1, 1]) >>> clf . negative_outlier_factor_...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html
    Thu Oct 31 11:00:34 UTC 2024
      150.3K bytes
      Cache
     
  3. Detection error tradeoff (DET) curve — scikit-l...

    random_state = 1 , n_clusters_per_class = 1 , ) X_train , X_test...make_classification ( n_samples = 1_000 , n_features = 2 , n_redundant...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Thu Oct 31 11:00:32 UTC 2024
      92.1K bytes
      Cache
     
  4. ShuffleSplit — scikit-learn 1.5.2 documentation

    array ([ 1 , 2 , 1 , 2 , 1 , 2 ]) >>> rs = ShuffleSplit...Train: index=[1 3 0 4] Test: index=[5 2] Fold 1: Train: index=[4...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Thu Oct 31 11:00:34 UTC 2024
      122.8K bytes
      Cache
     
  5. inplace_csr_column_scale — scikit-learn 1.5.2 d...

    1 , 2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ])...csr . todense () matrix([[8, 1, 2], [0, 0, 5], [0, 0, 0], [0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_csr_column_scale.html
    Wed Oct 30 00:20:48 UTC 2024
      107.5K bytes
      Cache
     
  6. SparseCoder — scikit-learn 1.5.2 documentation

    1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>> dictionary...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparseCoder.html
    Thu Oct 31 11:00:34 UTC 2024
      136.9K bytes
      Cache
     
  7. homogeneity_score — scikit-learn 1.5.2 document...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) np.float64(1.0) Non-perfect...homogeneity_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 2 ])) 1.000000 >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html
    Thu Oct 31 11:00:32 UTC 2024
      113.5K bytes
      Cache
     
  8. VotingClassifier — scikit-learn 1.5.2 documenta...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Thu Oct 31 11:00:34 UTC 2024
      159.2K bytes
      Cache
     
  9. Comparing Nearest Neighbors with and without Ne...

    StandardScaler n_neighbors = 1 dataset = datasets . load_iris.... scatter ( X [:, 0 ], X [:, 1 ], c = y , cmap = cmap_bold ,...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Thu Oct 31 11:00:34 UTC 2024
      93.4K bytes
      Cache
     
  10. StratifiedShuffleSplit — scikit-learn 1.5.2 doc...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...np . array ([ 0 , 0 , 0 , 1 , 1 , 1 ]) >>> sss = StratifiedShuffleSpl...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Thu Oct 31 11:00:32 UTC 2024
      121K bytes
      Cache
     
Back to top