Machine learning | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Machine learning

Hi there, i need a help in building a mode in ml using python. Mostly to figure out what features to select and what to target.

11th Jun 2021, 9:23 AM
sunitha
sunitha - avatar
4 Answers
0
What's your cause ? Is it a regression or classification problem ? Have you chosen the target and features ? What Model are you going to use ? You should answer all of these questions in order to build successfully an model with python. And you need the help of scikit-learn of tensorflow modules as well 😁
11th Jun 2021, 10:04 AM
Ervis Meta
Ervis Meta - avatar
0
Its a data about crypto currency. It comes under regression. Im stuck on choosing features and and target is mentioned as maket capitalization. M thinking about liner regression model. Ervis Meta
11th Jun 2021, 10:50 AM
sunitha
sunitha - avatar
0
In this link you'll find a short data about bitcoin price in USA (you can download it) : https://finance.yahoo.com/quote/BTC-USD/history/ It is in csv format and can be easly opened with pandas. Look at it and try to predict the coming high and low price based on previous prices and the years. Use about 70% of data for training and the other for testing.
11th Jun 2021, 1:26 PM
Ervis Meta
Ervis Meta - avatar
0
I have data sheet it has around 40 columns this is where i need help to understand which features are good to build a successful model and target is market shares now that is what i have to predict 😓. It will be a basic model so m not worrying about that part just the features. Ervis Meta
11th Jun 2021, 3:42 PM
sunitha
sunitha - avatar