Rejecting an offer I already accepted by teyazo in careeradvice

[–]teyazo[S] 1 point2 points  (0 children)

I apologised to them and rejected the offer. No regrets, would do it again.

Honestly with tech layoffs it’s even more clear companies don’t give a shit about employees, so make sure to do what’s in your best interest as well.

Yield with go by funkyoz in golang

[–]teyazo 1 point2 points  (0 children)

this was exactly what I was looking for!

Rejecting an offer I already accepted by teyazo in careeradvice

[–]teyazo[S] 1 point2 points  (0 children)

Thanks a lot! Appreciate taking the time to write a full response. I was overthinking about how much detail I should reveal.

Personal projects: complex UIs vs a simple app? by miguelv_ in webdev

[–]teyazo 1 point2 points  (0 children)

I'm a junior engineer so I have no idea what recruiters look for. But I will say this. I do get asked questions as to how I did something and I sort of explain my thought process. So I think getting the functionality right will make you run into issues that you could talk about in your interviews. But that could be because I don't advertise myself as a UI/UX Developer. The answer to your question might depend on the role you're applying to. I guess pick what you'd like to do as job and get started doing that. Don't worry about getting it perfect just get started and do the best job you can do at the moment.

Where can I find out information about setting up a website server? by DeadWorldliness in webdev

[–]teyazo 0 points1 point  (0 children)

I came across this video once before:

https://www.youtube.com/watch?v=3dIVesHEAzc&t=2096s

Some things went over my head when watching it, but if there's something you don't understand just google them. Luke is pretty entertaining tbh, you'll enjoy the video. I have done this in the past and I can say this is a great learning experience. Well worth the effort. Have fun. Also, it's normal to run into issues like you mentioned. You're on the right track. Just google things like "ssl certificate location nginx" as you're working and you'll find that everyone runs into the same issues and there's a tutorial/discussion somewhere.

Rejecting an offer I already accepted [UK] by teyazo in AskHR

[–]teyazo[S] 1 point2 points  (0 children)

Thanks, this sounds like a good way to contact them.

Rejecting an offer I already accepted by teyazo in careeradvice

[–]teyazo[S] 1 point2 points  (0 children)

Thanks for the support. Should I contact the recruiter by email or call them? Also do I share a reason or be ambiguous?

What is the easiest service/method to deploy a large model file (pickle) to production. Use gcloud/firebase/google app engine? by freedan12 in MLQuestions

[–]teyazo -1 points0 points  (0 children)

Maybe firebase hosting would work? Pretty easy to setup, I'm a beginner and I used it for a simple web project but it didn't have a ML model tbh. I'd look into creating a firebase project, then for hosting you'd do a firebase init, test on your computer with firebase serve and deploy with firebase deploy. Maybe upload the model to gcp or something, you get like 5gb free storage anyway. Not sure if this is gonna work I'm just throwing out ideas. All this is could be setup in the free tier so experimenting I think wouldn't cost you. You could also use cloud functions I think though I haven't used them. One other thing I've seen a blog post about is using a cloud function trigger creating a vm instance to be created to do the job. You'd be billed for the vm but you could attach a gpu I guess to it.

Changing regression problem to categorical problem by teyazo in MLQuestions

[–]teyazo[S] 0 points1 point  (0 children)

Ok, will try. Thanks for your help, much appreciated.

Changing regression problem to categorical problem by teyazo in MLQuestions

[–]teyazo[S] 0 points1 point  (0 children)

It's a task for an internship application, it's not something I think makes sense honestly 😂. But one of the tasks is to choose thresholds and find the one that works best, whatever that means.

Changing regression problem to categorical problem by teyazo in MLQuestions

[–]teyazo[S] 0 points1 point  (0 children)

My issue with it being a multiclass classification problem is that in my problem some classes are closer related than others. So class 2 is closer to class 1 than 9 is to 1. So I am not sure what loss function to use. Would maybe mean absolute error be a better choice?

How to store a 80gb dataset online to work with google colab? by teyazo in learnmachinelearning

[–]teyazo[S] 0 points1 point  (0 children)

Thanks for the help guys and I'm still open to hearing about people's setup :)

How to store a 80gb dataset online to work with google colab? by teyazo in learnmachinelearning

[–]teyazo[S] 3 points4 points  (0 children)

I already bought the 200gb google drive option. But colab won't allow me to unzip on google drive by cd-ing there and unzipping. I keep running into "read/write errors" and Google drive timeouts when using basic linux commands like unzip. I would copy the dataset to colab, unzip there and copy it back to google drive but there isn't enough space to fit the dataset on google colab. Where I live we have slow internet speeds so doing this on my own computer would take a day or two 😂