floatのデータセットから一部の数値をintで切り出したい。
target = np.array(features[:,7], dtype=int)
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
floatのデータセットから一部の数値をintで切り出したい。
target = np.array(features[:,7], dtype=int)
Register as a new user and use Qiita more conveniently
Go to list of users who liked