548 views
1 1 vote
I'm trying to create a regression with a data set that does not contain any nulls and has a very few outliers. I fit a linear regression, a random forest, and a gbm model but they all have terrible accuracy.

Any suggestions on how to move on from this point? Feeling like I've hit a road block.

Thanks!
0% Accept Rate Accepted 0 answers out of 3 questions

1 Answer

0 0 votes

Make sure you have done preprocessing properly, features are standardized and normalized. If you can not see any improvements, that probably because of multiple reasons that you need to check one after each other. For example, see which records are giving you error more than the others, and think about some solutions such as designing a new feature engineering method, finding out new features, more data.

This book is also so helpful to guide you through the process of improving. If you do not have time to read the whole book, at least take a look at this article.

Related questions

1 1 vote
1 1 answer
1.3k
1.3k views
mcneils asked Mar 18, 2019
1,275 views
How do you determine the weight values that connect to the other data points when solving for our output in neural networks?
0 0 votes
0 0 answers
992
992 views
anonymous1200 asked Mar 21, 2022
992 views
from keras.models import Sequential from keras.layers import Dense from keras.layers import LSTM from sklearn.model_selection import train_test_splitmodel = Sequential() ...
0 0 votes
0 0 answers
1.3k
1.3k views
Nescafeadjust asked Jun 8, 2022
1,283 views
How do I accurately compare between the number of something a survey measure from my employees each year with a varying umber of survey engagement and employee size?If I ...
0 0 votes
0 0 answers
444
444 views
ML_newbie asked Oct 5, 2021
444 views
I am trying to build an unsupervised ML model to detect anomalies within 5000+ users' login data. I selected 5 features contained within each of the user-login events (e...
3 3 votes
1 answers 1 answer
7.8k
7.8k views
tofighi asked Feb 3, 2020
7,790 views
How to solve this problem?https://i.imgur.com/8urywpf.jpgQ1) Complete the ? sectionsQ2) Accuracy of system if threshold = 0.5?Q3) Accuracy of system if threshold = 0.95?