Any advice on hypothesis testing methods when working with data?
Hey everyone, I'm a beginner in machine learning and currently working on a data project. I'm stuck at the stage after EDA – specifically, forming hypotheses for new features, engineering them, and evaluating whether they have a positive impact on the model.
I'm trying to follow best practices and write code that would actually be seen in production and real-world products.
I'm not sure what the best approaches are for testing hypotheses. I know there are methods ranging from mathematical/statistical analysis to specialized libraries for this purpose. I'd prefer approaches that are actually used in real jobs and that you'd commonly see in production environments.
Could you recommend what tools/methods I should use to validate my feature hypotheses?
Thanks a lot!