ML TASK1 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

ML TASK1

hello, I am a beginner in Machine learning I find it difficult to solve my project 1 task can anyone guide me

7th Mar 2021, 10:15 AM
divya 123
divya 123 - avatar
5 Answers
+ 3
Hey there divya 123, Please add your attempt so that the community can help you more easily :)
7th Mar 2021, 10:17 AM
Matthew
Matthew - avatar
+ 3
Have you done the Python Core and Intermediate tutorials yet?
7th Mar 2021, 10:24 AM
Sonic
Sonic - avatar
+ 2
Sometimes it's good to get a grasp of the basics before starting ML.
7th Mar 2021, 10:25 AM
Sonic
Sonic - avatar
+ 1
import pandas as pd one.csv={('a',1,2), ('b',3,4)} df=pd.read_csv(one.csv) arr=df['a'].values print(arr[:0]) please correct me if I am wrong at any point(ML exercise 1)
7th Mar 2021, 11:19 AM
divya 123
divya 123 - avatar
0
You just need to print(arr) no need for slicing.
7th Mar 2021, 12:52 PM
Satrio Bayu Pradhipta
Satrio Bayu Pradhipta - avatar