oskrgab Profile Banner
Oscar Profile
Oscar

@oskrgab

Followers
219
Following
189
Media
151
Statuses
502

Senior Reservoir Engineer | CCS | Python Developer | Data Science

Houston, TX
Joined March 2010
Don't wanna be here? Send us removal request.
@oskrgab
Oscar
2 months
🚀 Machine Learning in Excel?. formulaML is my attempt to bring Machine Learning where people feel most confortable with and where their data already resides - Spreadsheets and using what they already know = formulas. 📊 No Python. No IDE. Just Excel formulas.
Tweet media one
1
2
2
@oskrgab
Oscar
2 days
Since Python 3.8, there's a handy operator that solves a common pattern:.📌 Assigning a value inside an expression without repeating yourself. It’s called the walrus operator (:=), and although it’s powerful, many developers still don’t fully use it.
0
0
0
@oskrgab
Oscar
2 days
🔍 Check out this code:. data = [10, 20, 0, 30, 0, 40]. for x in data:. if (val := x):. print(f"Processing {val}"). 📊 What does this code do?.
1
0
0
@oskrgab
Oscar
3 days
Make sure to try Kiro now, it is free, and it's using top tier models with very good limits on usage, so take advantage of it while in Preview!.
0
0
0
@oskrgab
Oscar
3 days
I love Kiro mainly for its Specs feature. Unlike Cursor, where I kept switching between tasks and using ChatGPT to understand the bigger picture, Kiro simplifies planning and task implementation.
1
0
0
@oskrgab
Oscar
3 days
Now, it is the task list that will be actually executed. Above each task list, you'll see a clickable "Start Task" text. This will launch Claude to actually start writing the code.
1
0
0
@oskrgab
Oscar
3 days
This applies to the design and task list. You can refine them anytime or revisit the requirements if needed. Claude reviews your codebase to align requirements, design, and tasks.
1
0
0
@oskrgab
Oscar
3 days
Its best feature is the Specs definition. It is a three-part plan:. 1️⃣ Requirements.2️⃣ Design.3️⃣ Tasks. This acts as a normal chat between you and Claude, explaining what you want, how you want it, and success criteria.
1
0
0
@oskrgab
Oscar
3 days
It exclusively uses Claude Sonnet 4.0 and 3.7, which is sort of expected given that Amazon has a good stake in Anthropic, and I believe there is some sort of close collaboration.
1
0
0
@oskrgab
Oscar
3 days
I have been testing Kiro for a couple of days, and I have to say that it is great!. Kiro is a new AI IDE by AWS, and it is free to try with some good limits on usage.
Tweet media one
1
0
0
@oskrgab
Oscar
3 days
Bottom line: You don’t need to love statistics. You just need to know enough to make smart calls. Which of these tools do you use the most?.
0
0
0
@oskrgab
Oscar
3 days
6. ROC Curves & AUC. Every decision involves trade-offs. ROC curves show what happens when you shift your standards. Example: Comparing two models for loan approvals and balancing false positives against true positives.
Tweet media one
1
0
0
@oskrgab
Oscar
3 days
5. Confusion Matrix, Precision & Recall. “Accuracy” alone is misleading. Precision and recall show where your model truly stands. Example: Evaluating medical tests where a missed diagnosis matters more than accuracy alone.
Tweet media one
1
0
0
@oskrgab
Oscar
3 days
4. Linear & Logistic Regression. Basic doesn’t mean boring. These are the bread-and-butter tools that let you predict what’s next. Also, they are my go-to tools for descriptive analytics. Example: Predicting house prices or who’s likely to unsubscribe.
Tweet media one
1
0
0
@oskrgab
Oscar
3 days
3. Confidence Intervals. One number won’t tell the full story. Confidence intervals give you a range to trust—not guess. Example: Estimating how many users will actually convert, within a realistic range.
Tweet media one
1
0
0
@oskrgab
Oscar
3 days
2. Hypothesis Testing & p-values. Is your result legit or just luck? Hypothesis tests give clarity. Understand p-values or risk chasing ghosts. Example: Checking if that new website tweak actually boosts sales.
Tweet media one
1
0
0
@oskrgab
Oscar
3 days
1. Bayesian Inference. Stop ignoring your gut feeling. Bayesian methods combine your prior beliefs with new data. Essential when situations keep changing. Example: Updating your fraud model as new scams pop up.
Tweet media one
1
0
0
@oskrgab
Oscar
3 days
Most people think statistics is about complicated math. It’s not. It’s about making smarter decisions with data—and if you’re not comfortable with these 6 tools, you’re flying blind.
Tweet media one
1
0
0
@oskrgab
Oscar
11 days
How about if other Cursor users share their usage graph??? Post it in the comments and let us know about your setup!.
0
0
0
@oskrgab
Oscar
11 days
I believe there are many dimensions to this and there is not a simple answer. i.e. (high acceptance rate != low programming experience) since some people might be using these tools better than others. But who knows.
1
0
0
@oskrgab
Oscar
11 days
and if your acceptance rate is low:. - Do you have a lot of experience in coding?.- Do you think the generated code is low quality?.- Haven't you used cursor rule or MCPs to provide better answers?.
1
0
0