Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 59944
2 votes
Accepted

Binary Classification with Very Small Dataset (<40 samples)

I'm not sure this will be a comprehensive answer but an opinion to give a push to the reasoning. There are only 3 negative cases. I could create a custom cross validation scheme: create a test case wi …
Sergey Skripko's user avatar
1 vote

Classification of data points using vertical lines through visualisations

you don't even need 2 features. Any of the features you have and a decision tree with depth 3. Then I googled "sklearn visualize decision tree" and got https://mljar.com/blog/visualize-decision-tree/ …
Sergey Skripko's user avatar