-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
extrem value cast as int #225
Comments
The values are actually not cast to int. The following format is used:
I suspect it is not possible in Python to know the precision of the float at computation time. The best we can do with the current implementation is allow the user to increase the precision. |
- Feature as requested in #224 - Many thanks @marco-cardoso for your initial implementation #225
* Progress bar implementation - Feature as requested in #224 - Test for #282 - Many thanks @marco-cardoso for your initial implementation #225 - Display no progress bar for disabled modules (e.g. individual correlations). - Update requirements, notebooks, docs, examples, linting * Decouple notebooks and notebook tests. One test hangs on issue in nbval: computationalmodelling/nbval#136 * Disable missing plots in minimal mode * Create additional demo with Chicago employees data * Compartmentalize column sorting in describe module
* Progress bar implementation - Feature as requested in ydataai#224 - Test for ydataai#282 - Many thanks @marco-cardoso for your initial implementation ydataai#225 - Display no progress bar for disabled modules (e.g. individual correlations). - Update requirements, notebooks, docs, examples, linting * Decouple notebooks and notebook tests. One test hangs on issue in nbval: computationalmodelling/nbval#136 * Disable missing plots in minimal mode * Create additional demo with Chicago employees data * Compartmentalize column sorting in describe module
In the extrem value analysis, it seems that they are casted as int, the result is a bit confusing:
while the sorted serie is:
The text was updated successfully, but these errors were encountered: