[scikit-learn] Creating dataset

Mahmood Naderan mahmood.nt at gmail.com
Sun Nov 8 06:21:52 EST 2020


Hi,
I have created an input file similar to iris data set. That is something
like this:

0.1,0.2,0.3,0.4,M1
...

I want to know how I can create my own dataset similar to the following
lines?

from sklearn.datasets import load_iris
iris = load_iris()


Regards,
Mahmood
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/scikit-learn/attachments/20201108/3b7ff2e4/attachment.html>


More information about the scikit-learn mailing list