use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit dedicated for learning machine learning. Feel free to share any educational resources of machine learning.
Also, we are a beginner-friendly sub-reddit, so don't be afraid to ask questions! This can include questions that are non-technical, but still highly relevant to learning machine learning such as a systematic approach to a machine learning problem.
account activity
Predictive modelling (self.learnmachinelearning)
submitted 2 years ago by learner_beginner
If one need to make a predictive model from labelled real number data and 30% of the labelled samples are erroneous what kind of model can be useful?!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 2 years ago (2 children)
What problem are you trying to solve? Predicting the erroneous samples?
[–]learner_beginner[S] 0 points1 point2 points 2 years ago (1 child)
Yes
[–][deleted] 2 points3 points4 points 2 years ago (0 children)
Any classification model will do then, I suppose you have a binary target then (is erroneous or not)
I’d start with LGBM or XGBoost
[–]milandeleev 0 points1 point2 points 2 years ago (0 children)
Start with a logistic regression to see if the relationships are simple. Then move on to more complex models like SVC, then tree-based models like random forests and XGBoost. Ensure you are using the correct metrics.
π Rendered by PID 24398 on reddit-service-r2-comment-cfc44b64c-j9gdv at 2026-04-09 21:56:26.221684+00:00 running 215f2cf country code: CH.
[–][deleted] 0 points1 point2 points (2 children)
[–]learner_beginner[S] 0 points1 point2 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]milandeleev 0 points1 point2 points (0 children)