- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4051 - 4060 of 4,759 for * (2.02 sec)
-
lastajob-architecture-map.png
1 none deflate 1.0 1193 8 8 8 PixelInterleaved width=1641, height=1193,...height=1193, bitDepth=8, colorType=RGB, compressionMethod=deflate,...dbflute.seasar.org/data/model/lastaflute/lastajob/lastajob-architecture-map.png -
Demo of DBSCAN clustering algorithm — scikit-le...
], [ - 1 , - 1 ], [ 1 , - 1 ]] X , labels_true = make_blobs (...labels )) - ( 1 if - 1 in labels else 0 ) n_noise_ = list ( labels...scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html -
Combine predictors using stacking — scikit-lear...
['HeatingQC', 'Street', 'Heating', 'MasVnrType', 'Foundation', 'ExterQual',...'BsmtUnfSF', 'MasVnrArea', 'MSSubClass', 'GarageCars', 'OverallQual', 'TotalBsmtSF',...scikit-learn.org/stable/auto_examples/ensemble/plot_stack_predictors.html -
Time-related feature engineering — scikit-learn...
.. ... ... ... ... ... ... ... ... ... ... 17374 spring 1 12...= [ "Sun" , "Mon" , "Tue" , "Wed" , "Thu" , "Fri" , "Sat" ], xlabel...scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html -
Kernel PCA — scikit-learn 1.7.1 documentation
set_ylabel ( "Feature #1" ) train_ax . set_xlabel ( "Feature #0" ) train_ax..."Feature #1" ) orig_data_ax . set_xlabel ( "Feature #0" ) orig_data_ax...scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html -
Various Agglomerative Clustering on a 2D embedd...
03 , 1 , 0.95 ]) # ---------- # 2D embedding of the digits dataset...shape np . random . seed ( 0 ) # ---------- # Visualize the clustering...scikit-learn.org/stable/auto_examples/cluster/plot_digits_linkage.html -
Plot the decision surfaces of ensembles of tree...
str ( type ( model )) . split ( "." )[ - 1 ][: - 2 ][: - len...ExtraTreesClassifier () # 0.95 score RandomForestClassifi () # 0.94 score...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html -
Concentration Prior Type Analysis of Variation ...
edgecolor = "black" , ) ax2 . text ( k , w + 0.007 , " %.1f%% " % ( w...set_xlim ( - 2.0 , 2.0 ) ax1 . set_ylim ( - 3.0 , 3.0 ) ax1 . set_xticks...scikit-learn.org/stable/auto_examples/mixture/plot_concentration_prior.html -
Comparison of LDA and PCA 2D projection of Iris...
figure () for color , i , target_name in zip ( colors , [ 0 , 1 , 2...color , i , target_name in zip ( colors , [ 0 , 1 , 2 ], target_names...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html -
Comparison of F-test and mutual information — s...
follows: y = x_1 + sin(6 * pi * x_2) + 0.1 * N(0, 1), that is the...* np . pi * X [:, 1 ]) + 0.1 * np . random . randn ( 1000 ) f_test...scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html