Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 2 of 2 for pipe (0.07 sec)

  1. auto_examples_jupyter.zip

    gd = pipe_sgd.predict(X_train)\ny_pred_test_sgd = pipe_sgd.p...ore(name, pipe):\n result = cross_validate(\n pipe,\n X,\n y,\n...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Tue Apr 30 16:14:29 UTC 2024
      2.1M bytes
      2 views
     
  2. auto_examples_python.zip

    pipe.set_params(max_depth=3, max_iter=15) else: pipe.set_params(...tol=1e-4 ) pipe_sgd = make_pipeline(transform, clf_sgd) pipe_sgd.fit(X_train)...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Tue Apr 30 16:14:29 UTC 2024
      1.6M bytes
      3 views
     
Back to top