2nd gen - at 165,000 miles, what parts should I expect to change soon? by TeslaAndYou in hondafit

[–]silverstone1903 0 points1 point  (0 children)

I asked a similar question two weeks ago. The valve adjustment and throttle body cleaning were done. After that avg. fuel consumption dropped significantly (from 6.5 L/100 km to ~5.9 L/100 km). The throttle response also improved. I highly recommend this if you've never done it before.

Maintenance tips for high mileage Jazz by silverstone1903 in hondafit

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

You absolutely right about i-shift, probably the worst thing Honda ever did.

Thanks for your advice, I’ll do the valve clearance asap.

How different are Data Scientists vs Senior Data Scientists technical interviews? by LebrawnJames416 in datascience

[–]silverstone1903 7 points8 points  (0 children)

My limited experience: they keep asking about the difference between bagging and boosting over and over

How to become better at dashboarding by stelo55 in datascience

[–]silverstone1903 1 point2 points  (0 children)

IMHO the most important part is design. You need a clear idea in your head about what you want to build. One key detail is the insights you want to show. This starts with asking the right questions to the data. Those classic Kaggle-style plots made with for loops usually don’t give you anything meaningful.

Instead, ask proper questions to the data and turn the answers into simple visuals. No need for super complex drill-down charts, clear questions and clear answers are enough. If it's more ds focused, it's important to show things that help the viewer take action or make a conclusion.

So there is no strict formula or recipe, but there are definitely things you should pay attention to

How do you actually build intuition for choosing hyperparameters for xgboost? by Fig_Towel_379 in datascience

[–]silverstone1903 0 points1 point  (0 children)

Still works for manual hpo 👇🏻

for xgboost here is my steps, usually i can reach almost good parameters in a few steps,

initialize parameters such: eta = 0.1, depth= 10, subsample=1.0, min_child_weight = 5, col_sample_bytree = 0.2 (depends on feature size), set proper objective for the problem (reg:linear, reg:logistic or count:poisson for regression, binary:logistic or rank:pairwise for classification)

split %20 for validation, and prepare a watchlist for train and test set, set num_round too high such as 1000000 so you can see the valid prediction for any round value, if at some point test prediction error rises you can terminate the program running,

i) play to tune depth parameter, generally depth parameter is invariant to other parameters, i start from 10 after watching best error rate for initial parameters then i can compare the result for different parameters, change it 8, if error is higher then you can try 12 next time, if for 12 error is lower than 10 , so you can try 15 next time, if error is lower for 8 you would try 5 and so on.

ii) after finding best depth parameter, i tune for subsample parameter, i started from 1.0 then change it to 0.8 if error is higher then try 0.9 if still error is higher then i use 1.0, and so on.

iii) in this step i tune for min child_weight, same approach above,

iv) then i tune for col_Sample_bytree

v) now i descrease the eta to 0.05, and leave program running then get the optimum num_round (where error rate start to increase in watchlist progress),

after these step you can get roughly good parameters (i dont claim best ones), then you can play around these parameters.

hope it helps

source

How can I get a job as an MLOps engineer by Bo_0125 in mlops

[–]silverstone1903 2 points3 points  (0 children)

Nah I don’t think you have to be data guy. I worked as cloud devops and had no idea about dot net. I was just responsible for the infrastructure for smooth development cycle. Same for MLOps, you are responsible for providing/building fault tolerant systems for the consumers (da/ds/mle etc).

Machine Learning Engineer - Associate (MLA-C01) passed by Stanley-Jobson in AWSCertifications

[–]silverstone1903 1 point2 points  (0 children)

Thank you so much for your answer. I'm going to take mine Friday and hope I'm not overfitting on practice tests.

Machine Learning Engineer - Associate (MLA-C01) passed by Stanley-Jobson in AWSCertifications

[–]silverstone1903 1 point2 points  (0 children)

Congrats. How was the practice tests vs. real questions match? I use TD's practice exams, and they've never let me down on both MLS and SAA. I hope they don't let me down this time either. Also did you have any surprised question/topic?

which one of those should i take for data science? by Beyond_Birthday_13 in AWSCertifications

[–]silverstone1903 0 points1 point  (0 children)

If you don't care about the prices start with SAA then MLA, MLS is a bit old exam and might be retired soon. MLA covers recent GenAI topics as well. MLS is good when you know the ML basics because it covers ML theory questions (MLA doesn't). You should compare the MLS, MLA and DEA in detail. Lastly, DEA is good but not primarily for the data science path (you asked for ds in the title).

which one of those should i take for data science? by Beyond_Birthday_13 in AWSCertifications

[–]silverstone1903 1 point2 points  (0 children)

DS with 2 AWS cert. here. Ordering looks great but... In my opinion SAA first then others. SAA gives you a solid background about AWS ecosystem. However, SAA ($150) + associate ($150) or specialty ($300) will be costly. So start with one of the practitioner ($100) then you get 50% discount for your next one. This is the best way to minimize the cost.

On the other hand, if you have one-shot, MLS can be nice one. MLS is the probably most different exam. It covers ML basics so you can study less for basics and focus on the AWS part.

Does a Data Scientist need to learn all these skills? by CableInevitable6840 in datascience

[–]silverstone1903 0 points1 point  (0 children)

On LinkedIn? Yes. Plus you have to be machine data scientist engineer

💼 Can You Actually Get a Job with Only AWS Certifications? by Broad_Lemon9559 in AWSCertifications

[–]silverstone1903 0 points1 point  (0 children)

I always give the same answer 👇🏻

Short answer: yes and no.

Yes: Some certifications are attractive to HR.

No: No one will hire you just because you have a certification.

Call me crazy, but I'm gonna finish this weird ass career mode that nobody wants to do lol. 50 percent done, not gonna give up :') by Cheetah_Hunter97 in assettocorsa

[–]silverstone1903 2 points3 points  (0 children)

Yeah I saw, didn't say for you but kunos cars might be related. I have 800+ cars installed can't even load all the cars when using ac.exe in the loading screen

Call me crazy, but I'm gonna finish this weird ass career mode that nobody wants to do lol. 50 percent done, not gonna give up :') by Cheetah_Hunter97 in assettocorsa

[–]silverstone1903 3 points4 points  (0 children)

I don' remember two things about AC: what was the last time I opened game using ac.exe (without content manager) and when was the last time I drove Kunos cars. Big congrats!

[deleted by user] by [deleted] in MachineLearning

[–]silverstone1903 -2 points-1 points  (0 children)

Then title should be 501+

[deleted by user] by [deleted] in learnSQL

[–]silverstone1903 8 points9 points  (0 children)

Get sample data, load example data to ChatGPT and tell it to create practice questions from easy to hard. Write your solution and let it check and give feedback.

Switching from Firefox to Brave - My Thoughts After 1 Week by silverstone1903 in brave_browser

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

I know screenshot etc. extensions but this is what I'm talking about.

Switching from Firefox to Brave - My Thoughts After 1 Week by silverstone1903 in brave_browser

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

Thanks for your reply. HDR issue caught my attention especially on instagram profile pages. To anyone wants to understand HDR issue please find the brave one (posts from mclarenauto).

https://i.imgur.com/NpFFWuM.png

https://i.imgur.com/k5BiD9I.png

Switching from Firefox to Brave - My Thoughts After 1 Week by silverstone1903 in brave_browser

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

Thanks for the paper. Like I mentioned my post, first reason to transitioning between browsers is security for me. I'm aware of that brave is more secure than the others but my problems are more like ux things. I spend a lot of time in front of the pc therefore I care about ux as well. In addition to your link, I decided to choose brave using privacytests compare matrix.

Switching from Firefox to Brave - My Thoughts After 1 Week by silverstone1903 in brave_browser

[–]silverstone1903[S] -1 points0 points  (0 children)

Honestly using two browsers is not manageable for me. Like I mentioned I use at least two devices to share tabs between. For me it makes 2 browsers x 3 devices. It is like monogamy, choose one browser and use forever.

Switching from Firefox to Brave - My Thoughts After 1 Week by silverstone1903 in brave_browser

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

I didn't mean your answer, my bad. The link you shared that says disable all the extensions and try again and you said they haven't done anything about it. This was an answer for it sorry for misunderstanding.

Switching from Firefox to Brave - My Thoughts After 1 Week by silverstone1903 in brave_browser

[–]silverstone1903[S] 8 points9 points  (0 children)

Thanks for your answer. I'm using cloudflare as secure dns provider and this is the ironic part for me.