Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 3,051 for 1 (0.08 sec)

  1. 1.5. Stochastic Gradient Descent — scikit-learn...

    [ 1. , 1. ]] >>> y = [ 0 , 1 ] >>> clf = SGDClassifier...\Vert^2 + b\nu + \frac{1}{n} \sum_{i=1}^n \max(0, 1 - (\langle w, x_i...
    scikit-learn.org/stable/modules/sgd.html
    Mon Oct 20 15:12:26 UTC 2025
      90K bytes
      Cache
     
  2. 1.3. Kernel ridge regression — scikit-learn 1.7...

    Ctrl + K GitHub Choose version 1.3. Kernel ridge regression # Kernel...model using only approximately 1/3 of the 100 training datapoints...
    scikit-learn.org/stable/modules/kernel_ridge.html
    Mon Oct 20 15:12:26 UTC 2025
      38.5K bytes
      1 views
      Cache
     
  3. LocalOutlierFactor — scikit-learn 1.7.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
    Mon Oct 20 15:12:26 UTC 2025
      151.4K bytes
      Cache
     
  4. ColumnTransformer — scikit-learn 1.7.2 document...

    1. , 2. , 2. ], ... [ 1. , 1. , 0. , 1. ]]) >>> #...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html
    Mon Oct 20 15:12:26 UTC 2025
      160.6K bytes
      Cache
     
  5. TimeSeriesSplit — scikit-learn 1.7.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
    Mon Oct 20 15:12:26 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  6. MiniBatchDictionaryLearning — scikit-learn 1.7....

    * || U || _1 , 1 ( U , V ) with || V_k || _2 <= 1 for all 0 <=...the Frobenius norm and ||.||_1,1 stands for the entry-wise matrix...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchDictionaryLearning.html
    Mon Oct 20 15:12:26 UTC 2025
      149.7K bytes
      Cache
     
  7. OrdinalEncoder — scikit-learn 1.7.2 documentation

    inverse_transform ([[ 1 , 0 ], [ 0 , 1 ]]) array([['Male', 1], ['Female',... =- 1 ) . fit_transform ( X ) array([[ 1., 0.], [ 0., 1.], [...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html
    Mon Oct 20 15:12:26 UTC 2025
      149.4K bytes
      Cache
     
  8. VotingClassifier — scikit-learn 1.7.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
    Mon Oct 20 15:12:26 UTC 2025
      152.7K bytes
      Cache
     
  9. StandardScaler — scikit-learn 1.7.2 documentation

    ( 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 Oct 20 15:12:26 UTC 2025
      195.6K bytes
      Cache
     
  10. ShuffleSplit — scikit-learn 1.7.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
    Mon Oct 20 15:12:26 UTC 2025
      124.6K bytes
      Cache
     
Back to top