Skip to content

Commit

Permalink
added missing import of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Dec 6, 2018
1 parent bf1d7c8 commit 903977d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daal4py/sklearn/monkeypatch/pairwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# limitations under the License.
#******************************************************************************/

import numpy as np
from functools import partial
from sklearn.metrics.pairwise import _parallel_pairwise, _pairwise_callable
from sklearn.metrics.pairwise import _VALID_METRICS, PAIRWISE_DISTANCE_FUNCTIONS
Expand Down

0 comments on commit 903977d

Please sign in to comment.