I am new to machine learning and I am having trouble with fitting a data set for a classification model. What I would like to know is after pre processing data and fitting to a model with just default hyper parameters, how much performance can I expect?
To clarify,
From the basic logistic regression model that I have trained, I am getting around 50% accuracy for both test and train sets, can I expect a big jump in performance with just hyperparameter tuning?