Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 108 for pipe (0.2 sec)

  1. One-Class SVM versus One-Class SVM using Stocha...

    1e-4 ) pipe_sgd = make_pipeline ( transform , clf_sgd ) pipe_sgd...y_pred_train_sgd = pipe_sgd . predict ( X_train ) y_pred_test_sgd = pipe_sgd...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Tue Apr 30 16:14:29 UTC 2024
      59.5K bytes
      Cache
     
  2. Pipelining: chaining a PCA and a logistic regre...

    1 ) pipe = Pipeline ( steps = [( "scaler"...), } search = GridSearchCV ( pipe , param_grid , n_jobs = 2 )...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Tue Apr 30 16:14:28 UTC 2024
      33.7K bytes
      Cache
     
  3. Look Inside The Abandoned McNeal Mansion In New...

    Iron Pipe and Foundry Company, now known simply as US Pipe, purchased...founding a pipe plant and foundry, the McNeal Pike and Foundry...
    digg.com/insider/link/inside-mcneal-mansion-abandoned-photos
    Thu Apr 04 01:22:33 UTC 2024
      137.5K bytes
      Cache
     
  4. Selecting dimensionality reduction with Pipelin...

    load_digits ( return_X_y = True ) pipe = Pipeline ( [ ( "scaling" ,...f)" ] grid = GridSearchCV ( pipe , n_jobs = 1 , param_grid =...
    scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html
    Tue Apr 30 16:14:29 UTC 2024
      56.4K bytes
      Cache
     
  5. Balance model complexity and cross-validated sc...

    argmin () ] return best_idx pipe = Pipeline ( [ ( "reduce_dim"...14 ]} grid = GridSearchCV ( pipe , cv = 10 , n_jobs = 1 , param_grid...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Tue Apr 30 16:14:29 UTC 2024
      37K bytes
      Cache
     
  6. Categorical Feature Support in Gradient Boostin...

    for pipe in ( hist_dropped , hist_one_hot...hist_ordinal , hist_native ): if pipe is hist_native : # The native...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html
    Tue Apr 30 16:14:29 UTC 2024
      60.7K bytes
      Cache
     
  7. Logstash Reference [8.13] | Elastic

    logstash log4j lumberjack meetup pipe puppet_facter rabbitmq redis...nagios_nsca opentsdb pagerduty pipe rabbitmq redis redmine riak...
    www.elastic.co/guide/en/logstash/current/index.html
    Wed May 01 23:23:50 UTC 2024
      47.6K bytes
      1 views
      Cache
     
  8. Release Highlights for scikit-learn 1.0 — sciki...

    LogisticRegression ()) pipe . fit ( X , y ) pipe [: - 1 ] . get_feature_names_out...the latest version (with pip): pip install -- upgrade scikit...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Tue Apr 30 16:14:29 UTC 2024
      50.4K bytes
      Cache
     
  9. Introducing the set_output API — scikit-learn 1...

    transform_output = "pandas" ) num_pipe = make_pipeline ( SimpleImputer...ColumnTransformer ( ( ( "numerical" , num_pipe , num_cols ), ( "categorical"...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Tue Apr 30 16:14:29 UTC 2024
      77K bytes
      Cache
     
  10. 1. Metadata Routing — scikit-learn 1.4.2 docume...

    = SelectKBest ( k = 2 ) >>> pipe = make_pipeline ( sel , lr )...cv_results = cross_validate ( ... pipe , ... X , ... y , ... cv = GroupKFold...
    scikit-learn.org/stable/metadata_routing.html
    Tue Apr 30 16:14:29 UTC 2024
      64.2K bytes
      Cache
     
Back to top