Challenge
Let's do one more task as practice!
Swipe to start coding
You have the dataset about Abbisian cats where the number of calories the cat eats every day of a certain weight is indicated (array x - weight, y - number of calories).
- [Line #19] Find the correlation coefficient between
xandy(in any convenient way), the slope, and the intercept of a straight line which shows the trend. - [Lines #22-24] Print these values in the order mentioned above.
- [Line #27] Build line using function
line()and save inbuilt_linevariable usinglist(map()). - [Lines #30-31] Build the line using
matplotlib.pyplotfunctions.
Solution
Merci pour vos commentaires !
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Résumer ce chapitre
Expliquer le code dans file
Expliquer pourquoi file ne résout pas la tâche
Génial!
Completion taux amélioré à 4.76
Challenge
Glissez pour afficher le menu
Let's do one more task as practice!
Swipe to start coding
You have the dataset about Abbisian cats where the number of calories the cat eats every day of a certain weight is indicated (array x - weight, y - number of calories).
- [Line #19] Find the correlation coefficient between
xandy(in any convenient way), the slope, and the intercept of a straight line which shows the trend. - [Lines #22-24] Print these values in the order mentioned above.
- [Line #27] Build line using function
line()and save inbuilt_linevariable usinglist(map()). - [Lines #30-31] Build the line using
matplotlib.pyplotfunctions.
Solution
Merci pour vos commentaires !
single