for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# Author: Simon Blanke
# Email: [email protected]
# License: MIT License
def dataset_features(array):
return {
"array_size": array.size,
"array_byte_size": array.itemsize,
"array_ndim": array.ndim,
}