lululxvi / deepxde

A library for scientific machine learning and physics-informed learning
https://deepxde.readthedocs.io
GNU Lesser General Public License v2.1
2.77k stars 760 forks source link

No Training Data Error #1867

Open ArtemioA opened 3 weeks ago

ArtemioA commented 3 weeks ago

!pip install deepxde import deepxde

data = dde.data.DataSet( col_x= np.array([1,2,3]), col_y= np.array([1,4,9]) )

¿Why gives error 'No training data'?