Tagged Questions
3
votes
1answer
50 views
Mixing User Data For Cross-Validation
I have data from 12 users, and want to perform cross-validation. Is it necessary that I create my training and test data from different users, or can all of the data be randomized, and then split into ...
4
votes
2answers
220 views
In logistic regression, does the lack of significance of the parameter estimates in a test sample indicate overfitting?
I am trying to build a logistic regression model where I have a dependent variable $y$ and independent variables $x_1$, $x_2$... $x_n$. $y$ can take only two values - 0 or 1.
My original modelling ...
5
votes
2answers
3k views
How to make representative sample set from a large overall dataset?
What are the statistical techniques to create a sample set, which is representative of the entire population (with a known confidence level)?
Also,
How to validate, if the sample fits the overall ...