UseBasktusebaskt.hashnode.dev·Dec 14, 2024Accessing Cloudflare R2 Buckets via SFTP: The easy way and the hard wayLet’s talk about cloud storage and SFTP. More specifically, let’s talk about Cloudflare R2 and why accessing it through SFTP feels like trying to fit a square peg into a round hole. It shouldn’t be this way, but here we are. The Problem We’re Solving...cloudflare
Retzam Tarleretzam.hashnode.dev·Jun 3, 2024Supervised Learning Regressionprint("Supervised learning regression") Regression in supervised learning tasks uses continuous values to make predictions. This uses quantitative feature vectors. In our previous chapters, we talked about supervised learning classification, which is...MAE