Search Results
| 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 machine-learning
Search options not deleted user 99769
Machine Learning is a subfield of computer science that draws on elements from algorithmic analysis, computational statistics, mathematics, optimization, etc. It is mainly concerned with the use of data to construct models that have high predictive/forecasting ability. Topics include modeling building, applications, theory, etc.
1 vote
How is Probability Used in Data Science?
Usage of Bayes Theorem example: Let's say you build a object recognition model to recognize if person on a photo is doing a robbery. If he wears a mask, then the probability of him being a robber incr …
2 votes
In which cases shouldn't we drop the first level of categorical variables?
Small addition, as this was still not mentioned, and I was also searching for it. There is an explanation here. for the drop parameter: drop{‘first’, ‘if_binary’} or a array-like of shape (n_features …