- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 20 for 10 (0.13 seconds)
-
test.log
scheduled crawl job 2024-11-13 10:00:10 DEBUG [crawler] Crawling URL:...2024-11-13 10:00:00 INFO [main] Application started - Lorem ipsum...raw.githubusercontent.com/codelibs/fess-testdata/master/files/logs/test.log -
cross_validation.rst.txt
12 13 14] [ 2 3 10 15 16 17] [ 1 2 3 8 9 10 12 13 14 15 16 17]...training size in question, then 5 or 10-fold cross validation can overestimate...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
test.json
"pool_size": 10 }, "search": { "_comment": "Search...raw.githubusercontent.com/codelibs/fess-testdata/master/files/config/test.json -
test.yaml
testpass charset: utf8mb4 pool_size: 10 options: - reconnect: true -...raw.githubusercontent.com/codelibs/fess-testdata/master/files/config/test.yaml -
test.toml
charset = "utf8mb4" pool_size = 10 [database.options] reconnect...raw.githubusercontent.com/codelibs/fess-testdata/master/files/config/test.toml -
getting_started.rst.txt
-10]] >>> # scale data according...5), ... 'max_depth': randint(5, 10)} ... >>> # now create a searchCV...scikit-learn.org/stable/_sources/getting_started.rst.txt -
ensemble.rst.txt
timators=10) >>> clf = clf.fit(X, y) # fit with 10 trees >>>...) # set `n_estimators` to 10 + 10 >>> _ = clf.fit(X, y) # fit...scikit-learn.org/stable/_sources/modules/ensemble.rst.txt -
plot_kmeans_digits.rst.txt
code-block:: none # digits: 10; # samples: 1797; # features...linewidths=3, color="w", zorder=10, ) plt.title( "K-means clustering...scikit-learn.org/stable/_sources/auto_examples/cluster/plot_kmeans_digits.rst.txt -
plot_hgbt_regression.rst.txt
10)) pointplot = sns.lineplot(x=df["period"],...fig, ax = plt.subplots(figsize=(10, 5)) average_week_demand.plot(color=colors[0],...scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt -
plot_classifier_comparison.rst.txt
n_estimators=10, max_features=1, random_state=42...scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt