Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 6 of 6 for pipe (0.06 sec)

  1. index.rst.txt

    /thumb/sphx_glr_plot_digits_pipe_thumb.png :alt: :ref:`sphx_...xamples_compose_plot_digits_pipe.py` .. raw:: html <div clas...
    scikit-learn.org/stable/_sources/auto_examples/index.rst.txt
    Sat May 11 22:20:00 UTC 2024
      144.7K bytes
      5 views
     
  2. 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
    Sat May 11 22:20:02 UTC 2024
      10K bytes
     
  3. 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
    Sat May 11 22:20:00 UTC 2024
      33K bytes
      2 views
     
  4. feature_extraction.rst.txt

    classifier (maybe after being piped into a :class:`~text.TfidfTransformer`...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Sat May 11 22:20:02 UTC 2024
      43.4K bytes
     
  5. preprocessing.rst.txt

    random_state=42) >>> pipe = make_pipeline(StandardScaler(),..., LogisticRegression()) >>> pipe.fit(X_train, y_train) # apply...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Sat May 11 22:20:02 UTC 2024
      52.7K bytes
     
  6. install.rst.txt

    id="quickstart-pip" checked> <label for="quickstart-pip">pip</label>...data-packager="pip" data-os="linux" data-venv="no" ><span>pip3 install...
    scikit-learn.org/stable/_sources/install.rst.txt
    Sat May 11 22:20:00 UTC 2024
      13.5K bytes
      1 views
     
Back to top