Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chi_square_check for discrete distribution fix (apache#13543)
* check for bucket instead of index * enumerate instead of range(len()) * count instead of sum to solve attribute error * revert to sum * seperate discrete and continuous * Trigger CI
- Loading branch information