Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 3,521 for 1 (0.07 sec)

  1. TransformerMixin — scikit-learn 1.7.dev0 docume...

    fit_transform ( X ) array([1, 1, 1]) fit_transform ( X , y = None...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/dev/modules/generated/sklearn.base.TransformerMixin.html
    Mon Dec 09 18:03:46 UTC 2024
      116.7K bytes
      Cache
      Similar Results (1)
     
  2. Lasso — scikit-learn 1.6.0 documentation

    1 ) >>> clf . fit ([[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2...* || W || _11 where \(||W||_{1,1}\) is the sum of the magnitude...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Fri Dec 20 11:14:16 UTC 2024
      168.8K bytes
      Cache
     
  3. LinearRegression — scikit-learn 1.7.dev0 docume...

    ([[ 1 , 1 ], [ 1 , 2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>> # y = 1 * x_0...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/dev/modules/generated/sklearn.linear_model.LinearRegression.html
    Thu Dec 19 13:16:23 UTC 2024
      150.9K bytes
      Cache
      Similar Results (1)
     
  4. AgglomerativeClustering — scikit-learn 1.6.0 do...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...clustering . labels_ array([1, 1, 1, 0, 0, 0]) fit ( X , y = None...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Fri Dec 20 11:14:14 UTC 2024
      135.5K bytes
      Cache
     
  5. TweedieRegressor — scikit-learn 1.7.dev0 docume...

    float64(1.600...) >>> clf . predict ([[ 1 , 1 ], [ 3 , 4 ]])...Power Distribution 0 Normal 1 Poisson (1,2) Compound Poisson Gamma...
    scikit-learn.org/dev/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Mon Dec 09 18:03:46 UTC 2024
      142.2K bytes
      Cache
      Similar Results (1)
     
  6. MinMaxScaler — scikit-learn 1.7.dev0 documentation

    data = [[ - 1 , 2 ], [ - 0.5 , 6 ], [ 0 , 10 ], [ 1 , 18 ]] >>>...0. ] [0.25 0.25] [0.5 0.5 ] [1. 1. ]] >>> print ( scaler . transform...
    scikit-learn.org/dev/modules/generated/sklearn.preprocessing.MinMaxScaler.html
    Mon Dec 09 18:03:47 UTC 2024
      143.5K bytes
      Cache
      Similar Results (1)
     
  7. StandardScaler — scikit-learn 1.6.0 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
    Fri Dec 20 11:14:14 UTC 2024
      194.5K bytes
      Cache
     
  8. Version 1.5 — scikit-learn 1.7.dev0 documentation

    Version 1.5.1 # July 2024 Changes impacting...be dropped in scikit-learn 1.6. The 1.5.x releases will support...
    scikit-learn.org/dev/whats_new/v1.5.html
    Thu Dec 19 13:16:24 UTC 2024
      142.8K bytes
      Cache
     
  9. ColumnTransformer — scikit-learn 1.6.0 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
    Fri Dec 20 11:14:14 UTC 2024
      162.1K bytes
      Cache
      Similar Results (1)
     
  10. ExtraTreesRegressor — scikit-learn 1.7.dev0 doc...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...e.g. 0.3. Changed in version 1.1: The default of max_features...
    scikit-learn.org/dev/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Mon Dec 09 18:03:47 UTC 2024
      165K bytes
      Cache
      Similar Results (1)
     
Back to top