- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 671 - 680 of 5,620 for * (3.02 sec)
-
Testimonials — scikit-learn 1.7.2 documentation
week. In the lab, scikit-learn’s ease-of-use, performance, and...work. Greg Lamp, Co-founder Rangespan # The Python scikit-learn...scikit-learn.org/stable/testimonials/testimonials.html -
custom.css
sphinxcontrib.sass, see: * https://sass-lang.com/guide/ */ /* Global...(sphinx-design) */ .sd-tab-set { --tab-caption-width: 0%; margin-top: 1.5rem;...scikit-learn.org/stable/_static/styles/custom.css -
Lextel transforms legal workflows with Elastic ...
organization's research arm, says, "With Elasticsearch, we can filter...end users." – Giancarlo Facoetti , Head of AI Strategy, Tinexta...www.elastic.co/customers/visura -
1.6. Nearest Neighbors — scikit-learn 1.7.2 doc...
0., 0., 0.], [1., 1., 0., 0., 0., 0.], [0., 1., 1., 0., 0.,...array([[0. , 1. ], [0. , 1. ], [0. , 1.41421356], [0. , 1. ], [0....scikit-learn.org/stable/modules/neighbors.html -
1.16. Probability calibration — scikit-learn 1....
discriminatory power, e.g. using many more features. 1.16.1. Calibration...closer to 0 and 1 than it should. 1.16.3. Usage # The CalibratedClassifier...scikit-learn.org/stable/modules/calibration.html -
2.4. Biclustering — scikit-learn 1.7.2 document...
arange ( 100 ) . reshape ( 10 , 10 ) >>> rows = np . array ([ 0 , 2...graph has shape \((m + n) \times (m + n)\) . However, in this case...scikit-learn.org/stable/modules/biclustering.html -
2.8. Density Estimation — scikit-learn 1.7.2 do...
np . array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1...score_samples ( X ) array([-0.41075698, -0.41075698, -0.41076071, -0.41075698,...scikit-learn.org/stable/modules/density.html -
1.10. Decision Trees — scikit-learn 1.7.2 docum...
>>> clf . predict_proba ([[ 2. , 2. ]]) array([[0., 1.]]) DecisionTreeClassifi...[[ 0 , 0 ], [ 1 , 1 ]] >>> Y = [ 0 , 1 ] >>> clf = tree . DecisionTreeClassifi...scikit-learn.org/stable/modules/tree.html -
In Focus: the best of videos and photos from NB...
Opinion 12:03 No one is 'self-made' — including Kylie Jenner. Here's...bill 07:00 What’s at stake if TikTok gets banned 07:04 There...www.nbcnews.com/video-features -
Feature Selection — scikit-learn 1.7.2 document...
the sklearn.feature_selection module. Comparison of F-test and mutual...top Ctrl + K GitHub Choose version Feature Selection # Examples...scikit-learn.org/stable/auto_examples/feature_selection/index.html