Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 113 for pipe (0.18 sec)

  1. getting_started.rst.txt

    create a pipeline object >>> pipe = make_pipeline( ... StandardScaler(),...# fit the whole pipeline >>> pipe.fit(X_train, y_train) Pipel...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Wed Sep 17 19:57:59 UTC 2025
      10.3K bytes
      1 views
     
  2. Trump's tariff push overstepped presidential po...

    a pipe and fittings company, sued Trump...
    www.nbcnews.com/business/business-news/trump-tariffs-lawsuit-appeals-court-ruling-what-to-know-rc...
    Sat Aug 30 01:16:25 UTC 2025
      407.9K bytes
      Cache
     
  3. Charlie Kirk’s assassination highlights a histo...

    and pipe bombs were found at both Democratic...
    www.nbcnews.com/news/us-news/charlie-kirks-assassination-highlights-history-political-violence-us...
    Fri Sep 12 01:20:18 UTC 2025
      456.1K bytes
      Cache
     
  4. 7.3. Preprocessing data — scikit-learn 1.7.2 do...

    random_state = 42 ) >>> pipe = make_pipeline ( StandardScaler...(), LogisticRegression ()) >>> pipe . fit ( X_train , y_train )...
    scikit-learn.org/stable/modules/preprocessing.html
    Wed Sep 17 19:58:00 UTC 2025
      198.2K bytes
      Cache
     
  5. grid_search.rst.txt

    tion import SelectKBest >>> pipe = Pipeline([ ... ('select',...8]} >>> search = GridSearchCV(pipe, param_grid, cv=5).fit(X, y)...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Tue Sep 16 14:38:54 UTC 2025
      33.4K bytes
      2 views
     
  6. 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
    Wed Sep 17 19:57:58 UTC 2025
      130.8K bytes
      Cache
     
  7. 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
    Wed Sep 17 19:57:59 UTC 2025
      122.7K bytes
      1 views
      Cache
     
  8. Pipelining: chaining a PCA and a logistic regre...

    plot_digits_pipe.py Download zipped: plot_digits_pipe.zip Related...max_iter = 10000 , tol = 0.1 ) pipe = Pipeline ( steps = [( "scaler"...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Wed Sep 17 19:57:59 UTC 2025
      97.2K bytes
      Cache
     
  9. Replace Splunk with Elastic for logs, security,...

    Query language Elastic's piped query language and engine, ES|QL...JSON-based DSL queries. Splunk's piped query language, SPL, allows...
    www.elastic.co/splunk-replacement
    Thu Sep 18 01:07:05 UTC 2025
      576.4K bytes
      2 views
      Cache
     
  10. 7.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
    Wed Sep 17 19:58:00 UTC 2025
      114K bytes
      Cache
     
Back to top