Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 352 for 1 (0.05 sec)

  1. Out-of-core classification of text documents — ...

    ()[ 1 ], rotation = 30 ) ymax = max ( cls_runtime ) * 1.2 ax...Menu Prev Up Next scikit-learn 1.4.2 Other versions Please cite...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Mon May 20 18:34:24 UTC 2024
      98.4K bytes
      Cache
     
  2. sklearn.preprocessing.StandardScaler — scikit-l...

    ( data )) [[-1. -1.] [-1. -1.] [ 1. 1.] [ 1. 1.]] >>> print (...0 , 0 ], [ 0 , 0 ], [ 1 , 1 ], [ 1 , 1 ]] >>> scaler = StandardScaler...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html
    Mon May 20 18:34:25 UTC 2024
      100.2K bytes
      Cache
     
  3. 2.3. Clustering — scikit-learn 1.4.2 documentation

    1 , 1 , 1 ] >>> labels_pred = [ 0 , 0 , 1 , 1 , 2 , 2...0 , 0 , 1 , 1 , 1 ] >>> labels_pred = [ 0 , 0 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/clustering.html
    Mon May 20 18:34:24 UTC 2024
      199K bytes
      Cache
     
  4. sklearn.tree.DecisionTreeClassifier — scikit-le...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Mon May 20 18:34:25 UTC 2024
      102K bytes
      Cache
     
  5. Examples — scikit-learn 1.4.2 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 Release...
    scikit-learn.org/stable/auto_examples/index.html
    Mon May 20 18:34:24 UTC 2024
      184.6K bytes
      Cache
     
  6. sklearn.linear_model.SGDClassifier — scikit-lea...

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...(clip(decision_function(X), -1, 1) + 1) / 2. For other loss functions...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Mon May 20 18:34:24 UTC 2024
      99.7K bytes
      Cache
     
  7. 1.11. Ensembles: Gradient boosting, random fore...

    Boosting 1.11.1.1.1. Usage 1.11.1.1.2. Missing values support 1.11.1.1.3....Features Support 1.11.1.1.5. Monotonic Constraints 1.11.1.1.6. Interaction...
    scikit-learn.org/stable/modules/ensemble.html
    Mon May 20 18:34:24 UTC 2024
      195.6K bytes
      Cache
     
  8. 3.3. Metrics and scoring: quantifying the quali...

    1 , 1 , 1 , 1 , 1 ] >>> y_pred = [ 0 , 1 , 0 , 1 , 0 ,..., 0 , 1 , 1 , 1 , 1 , 1 ] >>> y_pred = [ 0 , 1 , 0 , 1 , 0 ,...
    scikit-learn.org/stable/modules/model_evaluation.html
    Mon May 20 18:34:24 UTC 2024
      351.3K bytes
      Cache
     
  9. 3.2. Tuning the hyper-parameters of an estimato...

    loguniform(1, 100) can be used instead of [1, 10, 100] . Mirroring...Menu Prev Up Next scikit-learn 1.4.2 Other versions Please cite...
    scikit-learn.org/stable/modules/grid_search.html
    Mon May 20 18:34:25 UTC 2024
      105.3K bytes
      Cache
     
  10. 2.5. Decomposing signals in components (matrix ...

    ([[ 1 , 0 ], [ 1 , 6.1 ], [ 1 , 0 ], [ 1 , 4 ], [ 3.2 , 1 ], [...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...
    scikit-learn.org/stable/modules/decomposition.html
    Mon May 20 18:34:24 UTC 2024
      106K bytes
      Cache
     
Back to top