This website works better with JavaScript
Home
Explore
Help
Sign In
Shellmiao
/
EasyFL_with_KDE
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e0e84a24a5
Branches
Tags
master
EasyFL_with_...
/
easyfl
/
utils
/
float.py
float.py
96 B
History
Raw
1
2
3
4
5
import numpy as np
def rounding(array, num):
return list(np.around(np.array(array), num))