1The error TypeError: 'numpy. ndarray' object is not callable
2means that you tried to call a numpy array as a function.
3Sometimes, when a function name and a variable name to which the return
4of the function is stored are same, the error is shown.
1Sometimes, when a function name and a variable name to which the return of the function is stored are same, the error is shown. Just happened to me.