Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 311 for musk (0.08 sec)

  1. SelectFromModel — scikit-learn 1.5.0 documentation

    estimator must be a fitted estimator. If False...input_features = None ) [source] # Mask feature names according to selected...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFromModel.html
    Tue May 21 18:58:19 UTC 2024
      155.4K bytes
      Cache
     
  2. Tweedie regression on insurance claims — scikit...

    GammaRegressor mask_train = df_train [ "ClaimAmount" ] > 0 mask_test =...X_train [ mask_train . values ], df_train . loc [ mask_train ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Tue May 21 18:58:19 UTC 2024
      178.4K bytes
      Cache
     
  3. HistGradientBoostingClassifier — scikit-learn 1...

    Must be strictly greater than 1....reserved for missing values. Must be no larger than 255. categorical_features...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html
    Tue May 21 18:58:19 UTC 2024
      172.3K bytes
      Cache
     
  4. partial_dependence — scikit-learn 1.5.0 documen...

    boolean array-like: boolean mask of shape (n_features,) indicating...extreme values for the grid. Must be in [0, 1]. grid_resolution...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html
    Tue May 21 18:58:19 UTC 2024
      133.4K bytes
      Cache
     
  5. 6.1. Pipelines and composite estimators — sciki...

    must be transformers (i.e. must have a transform...integer array, a slice, a boolean mask, or with a make_column_selector...
    scikit-learn.org/stable/modules/compose.html
    Tue May 21 18:58:19 UTC 2024
      117.2K bytes
      Cache
     
  6. ColumnTransformer — scikit-learn 1.5.0 document...

    ‘passthrough’} or estimator Estimator must support fit and transform ....remainder estimator. The estimator must support fit and transform ....
    scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html
    Tue May 21 18:58:19 UTC 2024
      163.3K bytes
      Cache
     
  7. RFECV — scikit-learn 1.5.0 documentation

    ) The mask of selected features. See also...input_features = None ) [source] # Mask feature names according to selected...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Tue May 21 18:58:20 UTC 2024
      165.1K bytes
      Cache
     
  8. DictVectorizer — scikit-learn 1.5.0 documentation

    X must have been produced by this DictVectorizer’s...Constructor for feature mappings. Must conform to the collections.Mapping...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Tue May 21 18:58:19 UTC 2024
      147.4K bytes
      Cache
     
  9. SimpleImputer — scikit-learn 1.5.0 documentation

    fill_value must be a string. If None , fill_value...array-like, then input_features must match feature_names_in_ if feature_names_in_...
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Tue May 21 18:58:19 UTC 2024
      151.1K bytes
      Cache
     
  10. RANSACRegressor — scikit-learn 1.5.0 documentation

    inlier_mask_ bool array of shape [n_samples] Boolean mask of inliers...LinearRegression is used, the user must provide a value. residual_threshold...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Tue May 21 18:58:19 UTC 2024
      149.6K bytes
      Cache
     
Back to top