お世話になっております。
タイトルの件ですが、色々と調べたのですが解決ができません。
以下のエラーが出てしまいます。
ValueError: could not convert string to float: ‘”2″‘
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “c:\pckeiba\binary_pred.py, line 9, in <module>
x_test = np.loadtxt(fname, delimiter=’,’, skiprows=1)
File “C: 省略 npyio.py”, line 1373, in loadtxt
arr = _read(fname, dtype=dtype, comment=comment, dekimiter=delimiter,
File “C: 省略 npyio.py”, line 1016, in _read arr = _load_from_filelike(
ValueError: could not convert string ‘”2″‘ to float64 at row 0, column1.
以上です。ご教授の程よろしくお願いします。