yabata / pyrenn

A Recurrent Neural Network Toolbox for Python and Matlab
GNU General Public License v3.0
99 stars 42 forks source link

saveNN and loadNN use pandas #11

Open SamSandq opened 4 years ago

SamSandq commented 4 years ago

Contrary to what the documentation says, the function saveNN and loadNN both import pandas as pd, although only loadNN seems to use it

w = pd.read_csv(...)

Could you please replace the pandas dependency and only use the csv reader/writer?