-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exploratory data analysis #2
Comments
…lity analysis, Cyclicity Analysis, Autocorrelation, Outlier Detection And found much more
We need to fix some of the parts of EDA. We have much functionality added the last day, but we need to tidy it up and fix some bugs. They are not hard they just need some reading up on pandas docs. :) |
The bug is now fixed. We now have most of the analysis points |
Someone should read the docs for wavelets so we can have a greater understanding of wavelet analysis and experiment with different wavelets: https://pywavelets.readthedocs.io/en/latest/ref/wavelets.html |
Need to implement SHAP: https://medium.com/dataman-in-ai/explain-your-model-with-the-shap-values-bc36aac4de3d |
If the data is proving to be non-normality then we must find the distribution like log-normal, exponential, or even more domain-specific distributions like the Weibull distribution (often used for lifespan analyses). The professors have said that the data sets will not be the same but the public and private datasets will have the same distribution
The text was updated successfully, but these errors were encountered: