- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 581 - 590 of 1,371 for text (0.66 sec)
-
user_guide.rst.txt
.. _user_guide: ========== User Guide ========== .. toctree:: :numbered: :maxdepth: 3 supervised_learning.rst unsupervised_learning.rst model_selection.rst metadata_routing.rst inspection.rst visua...scikit-learn.org/stable/_sources/user_guide.rst.txt -
plot_discretization_strategies.rst.txt
.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples/preprocessing/plot_discretization_strategies.py" .. LI...scikit-learn.org/stable/_sources/auto_examples/preprocessing/plot_discretization_strategies.rst.txt -
old_style.txt
小澤 濱崎 渡邊 渡邉 藪内 岩渕 草彅 髙橋raw.githubusercontent.com/codelibs/fess-testdata/master/other/old_style.txt -
gpt.js
next=h.entry.next,h.entry.next.H=h.entry.H,h....e=d.next();!e.done;e=d.next()){var f=y(e.value);e=f.next().v...securepubads.g.doubleclick.net/tag/js/gpt.js -
model_selection.rst.txt
.. _model_selection: Model selection and evaluation ---------- .. toctree:: :maxdepth: 2 modules/cross_validation modules/grid_search modules/classification_threshold modules/model_evaluation modul...scikit-learn.org/stable/_sources/model_selection.rst.txt -
whats_new.rst.txt
.. currentmodule:: sklearn .. include:: whats_new/_contributors.rst Release History ========== Changelogs and release notes for all scikit-learn releases are linked in this page. .. tip:: `Subscrib...scikit-learn.org/stable/_sources/whats_new.rst.txt -
plot_kmeans_digits.rst.txt
.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples/cluster/plot_kmeans_digits.py" .. LINE NUMBERS ARE GIV...scikit-learn.org/stable/_sources/auto_examples/cluster/plot_kmeans_digits.rst.txt -
plot_pca_iris.rst.txt
.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples/decomposition/plot_pca_iris.py" .. LINE NUMBERS ARE GI...scikit-learn.org/stable/_sources/auto_examples/decomposition/plot_pca_iris.rst.txt -
11. Common pitfalls and recommended practices —...
X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/common_pitfalls.html -
Face completion with a multi-output estimators ...
randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test = test...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html