You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -120,6 +120,14 @@ Task 8: Linear Regression with Scikit-learn
120
120
121
121
Apply linear regression to predict house prices from Boston housing dataset using scikit-learn. Compare train and test scores and plot residuals.
122
122
123
+
### Hard Level Tasks
124
+
125
+
Task 9: Image Converter
126
+
-----------------------
127
+
Write a program that accepts images in multiple formats (JPEG, PNG, BMP, GIF) and converts them into desired format using Python Imaging Library (PIL).
0 commit comments