Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warnings fix (Lightning-Universe#449)
* Revert "Merge pull request Lightning-Universe#1 from ganprad/warnings_fix" This reverts commit 7c5aaf0. * Fixes warning related np.integer in SklearnDataModule Fixes this warning: ```DeprecationWarning: Converting `np.integer` or `np.signedinteger` to a dtype is deprecated. The current result is `np.dtype(np.int_)` which is not strictly correct. Note that the result depends on the system. To ensure stable results use may want to use `np.int64` or `np.int32````
- Loading branch information