- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 2,532 for = (0.07 sec)
-
Displaying estimators and complex pipelines — s...
lr = LogisticRegression ( penalty = "l1" ) print (...num_proc = make_pipeline ( SimpleImputer ( strategy = "median"...scikit-learn.org/stable/auto_examples/miscellaneous/plot_estimator_representation.html -
RadiusNeighborsRegressor — scikit-learn 1.5.2 d...
leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params = None...radius = 1.0 , * , weights = 'uniform' , algorithm = 'auto' ,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html -
Plot different SVM classifiers in the iris data...
C = C ), svm . SVC ( kernel = "poly" , degree = 3 , gamma = "auto"...( kernel = "linear" , C = C ), svm . LinearSVC ( C = C , max_iter...scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html -
Comparing Nearest Neighbors with and without Ne...
c = y , cmap = cmap_bold , edgecolor = "k" , s = 20 ) plt...size = 15 , ha = "center" , va = "center" , transform = plt ....scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html -
Learning to use a handy Third Thumb may be easi...
<div id="" class="Comment" data-status="Pending"> <div class="Comment-text">...type="hidden" name="parent" value="" /> <textarea name="body"...newatlas.com/robotics/learning-robotic-third-thumb/ -
The DNA of DATA Increasing Efficiency with the ...
ecs_compatibility => disabled start_position => "beginning" mode => read...index => "nginx-raw" ilm_enabled => true manage_template => false...www.elastic.co/observability-labs/blog/dna-of-data -
GitHub - labwc/labwc: A Wayland window-stacking...
height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true"...aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16"...github.com/labwc/labwc -
「【愛媛県松山市】デザインセミナーの講師募集」の仕事依頼【ジョブハブ】
======================= ・参加者は本事業に参加されている方がメインです。...【報酬】 20000円(税込)※交通費含む ======================= 詳細情報 JobID クライアント名...jobhub.jp/jobs/25517 -
6.3. Preprocessing data — scikit-learn 1.5.2 do...
axis = 0 )) / ( X . max ( axis = 0 ) - X . min ( axis = 0 ))...output_distribution = 'normal' , random_state = 0 ) >>> X_trans = quantile_transformer...scikit-learn.org/stable/modules/preprocessing.html -
SVM Margins Example — scikit-learn 1.5.2 docume...
x_min = - 4.8 x_max = 4.2 y_min = - 6 y_max = 6 YY , XX = np ....0.05 )): clf = svm . SVC ( kernel = "linear" , C = penalty ) clf...scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html