Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 2 of 2 for pipe (0.09 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
    Thu May 23 20:54:15 UTC 2024
      2.2M bytes
      2 views
     
  2. auto_examples_python.zip

    pipe.set_params(max_depth=3, max_iter=15) else: pipe.set_params(... step=1)), ] ) pipe.fit(X, y) ranking = pipe.named_steps["rf...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Thu May 23 20:54:15 UTC 2024
      1.6M bytes
      4 views
     
Back to top