reshamas / fastai_deeplearn_part1

Notes for Fastai Deep Learning Course

Home Page:http://www.fast.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning note with external libraries

snwkit696 opened this issue · comments

I am getting a warning regarding one of the external libraries from fast.ai.
I am running most current versions of Python and Jupyter Notebook.

# This file contains all the main external libs we'll use from fastai.imports import * /home/paperspace/anaconda3/envs/fastai/lib/python3.6/site-packages/sklearn/ensemble/weight_boosting.py:29: DeprecationWarning: numpy.core.umath_tests is an internal NumPy module and should not be imported. It will be removed in a future NumPy release. from numpy.core.umath_tests import inner1d In [ ]:
Do I just ignore this line and exclude it? What would you recommend? I have made sure that all of my files are updated via Paperspace as well.