0

Please, i need help on my machine learning project on the basics, anyone with a solution to it, thanks

The first machine learning project

30th Jan 2021, 7:08 PM
Joshua
Joshua - avatar
2 Answers
0
umm, what is the problem at hand?
10th Feb 2021, 2:11 PM
Wilbur Jaywright
Wilbur Jaywright - avatar
0
Getting a column from a numpy array. Task Given a csv file and a column name, print the elements in the given column. Input Format First line: filename of a csv file Second line: column name Output Format Numpy array Sample Input https://sololearn.com/uploads/files/one.csv a File one.csv contents: a,b 1,3 2,4 Sample Output [1 2]
23rd Feb 2021, 4:08 AM
Joshua
Joshua - avatar