Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 115 for pipe (0.05 sec)

  1. 6.3. Preprocessing data — scikit-learn 1.4.2 do...

    random_state = 42 ) >>> pipe = make_pipeline ( StandardScaler...(), LogisticRegression ()) >>> pipe . fit ( X_train , y_train )...
    scikit-learn.org/stable/modules/preprocessing.html
    Thu May 16 17:15:46 UTC 2024
      170.5K bytes
      Cache
     
  2. Sports News: Latest stories, videos, photos and...

    ’ skeletal remains found in pipe of Wisconsin music store in...
    www.nbcnews.com/sports
    Fri May 17 00:51:01 UTC 2024
      1.1M bytes
      Cache
     
  3. 3.2. Tuning the hyper-parameters of an estimato...

    tion import SelectKBest >>> pipe = Pipeline ([ ... ( 'select'...>>> search = GridSearchCV ( pipe , param_grid , cv = 5 ) . fit...
    scikit-learn.org/stable/modules/grid_search.html
    Thu May 16 17:15:46 UTC 2024
      105.3K bytes
      Cache
     
  4. NBC News - Breaking News & Top Stories - Latest...

    ’ skeletal remains found in pipe of Wisconsin music store in...about a dozen abstaining Nathan Papes / USA Today Network Republican...
    www.nbcnews.com
    Fri May 17 00:48:35 UTC 2024
      1M 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
    Thu May 16 17:15:45 UTC 2024
      37K bytes
      Cache
     
  6. 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
    Thu May 16 17:15:46 UTC 2024
      59.5K bytes
      1 views
      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
    Mon May 13 19:49:51 UTC 2024
      47.8K bytes
      1 views
      Cache
     
  8. 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
    Thu May 16 17:15:46 UTC 2024
      33.7K bytes
      Cache
     
  9. 6.1. Pipelines and composite estimators — sciki...

    SVC ())] >>> pipe = Pipeline ( estimators ) >>> pipe Pipeline(s...pipeline: >>> pipe . steps [ 0 ] ('reduce_dim', PCA()) >>> pipe [ 0 ]...
    scikit-learn.org/stable/modules/compose.html
    Thu May 16 17:15:46 UTC 2024
      90.1K bytes
      Cache
     
  10. Comparing Target Encoder with Other Encoders — ...

    pipe ): result = cross_validate ( pipe , X , y , scoring...categorical_features ), ] ) pipe = make_pipeline ( preprocessor...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Thu May 16 17:15:46 UTC 2024
      73.9K bytes
      Cache
     
Back to top