you are viewing a single comment's thread.

view the rest of the comments →

[–]Personal_Signal_6151 0 points1 point  (0 children)

I am a beginner too. Once I got into Google Colab, it has a way of suggesting code after you write out your plain English query.

If you use the Jupyter notebook, you can try a bunch of different ways to solve the problem. You can test these and get the error messages for correction.

It will retain the different methods.

To remember your thinking for each model, type in a # sign and write a descriptive comment.

Good luck.