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 questions only not deleted user 64258

Requests for datasets are off-topic on this site. Use this tag for questions concerning creating, processing, or maintaining datasets.

1 vote
0 answers
180 views

handling missing input variable for machine learning

In building feature-sets for a machine learning algorithm, I'm facing a situation where the input variable - which is a numeric variable, may or may not appear. What I mean is, the data set I'm gettin …
tired and bored dev's user avatar
28 votes
1 answer
41k views

Difference between missing data and sparse data in machine learning algorithms

What are main differences between sparse data and missing data? And how does it influences machine learning? More specifically, what effect sparse data and missing data have on classification algorith …
tired and bored dev's user avatar
1 vote
2 answers
2k views

Generating text data for training for doing named entity recognition and extraction

I'm trying to build an algorithm for doing named entity extraction. It goes like this. There is a large set of text documents [communications], from which specific information has to be extracted. The …
tired and bored dev's user avatar