Questions tagged [learning]

41 questions
2
votes
0 answers

Why can't continuous variables be used for the estimator of learning curves, when using StratifiedKFold to split the dataset?

I want to produce learning curves for three regression models run on data containing 200 samples, 10 features and 1 target variable. The target variable contains two clusters/peaks, making it imbalanced between and within the clusters, so I applied…
Chris
  • 21
  • 3
1
vote
1 answer

Any guidance for new beginners interested in data science

I am a student with a master degree in biostatistics. I am interested in data science. I know SAS and R. No experience with python. May I ask for your experts' advice on how to teach myself data science from zero, please? Any advice is much…
0
votes
0 answers

Addons installation problem in orange data mining tool

i can not install addons using Orange 3.3
0
votes
1 answer

Learnability of a finite series

How could one approach the following question: Given a series $ \{a_n\} \subset \mathbb{R}^2 $ where $n \in [N]$ , I want to characterize the predictability or learnability of it. One definition could be how easy is it to predict the next element in…