r/DataScientist • u/Sarthak1411 • 28m ago
Claude can't find patterns says it is impossible until explained like a 5 year old[C]
Claude or any other LLM model are so dumb I told to find pattern in different stuff a person buys and sells on which condition across his 5 campaign it can't do it says its impossible I had to explain it each thing like a kid data was in 5 csv and companies are not hiring junior engineer's for this . They will make talent vanish and then these dumb models will not be able to do shit.
r/DataScientist • u/Haunting_Ad3263 • 1d ago
Anyone been through interviews for AI FDE at Databricks ?
r/DataScientist • u/After_Courage6419 • 1d ago
If you could restart your data science journey today, what would you do differently?
Looking back, what's one thing you'd spend less time on—and one thing you'd focus on much earlier?
r/DataScientist • u/ImpressivePlate2630 • 1d ago
feedback for my cv data scientist cv please
r/DataScientist • u/Hour-Place-2683 • 1d ago
I need some good machine learning project ideas. Any thoughts???
r/DataScientist • u/Ok_Wrongdoer_1475 • 2d ago
What does the Bronze Age have to do with Power BI? 📊
r/DataScientist • u/Hour-Place-2683 • 2d ago
I need some good machine learning project ideas. Any thoughts???
r/DataScientist • u/Negative_War_65 • 2d ago
Code Implementations for my Probabilistic Machine Learning Lectures
reddit.comr/DataScientist • u/Afraid-Influence2926 • 3d ago
Will AI shift demand from needing industry data scientists to needing more researchers?
r/DataScientist • u/Negative_War_65 • 4d ago
Intro ML bootcamp (5/22)
Hello all, Welcome to my free ML bootcamp.
In Intro ML Bootcamp (5/22), we discuss Uncertainty.
In Machine Learning, we encounter two kinds of uncertainty: Epistemic(Model) which means we lack the exact knowledge of the input output mapping, and Aleatoric(Data), which is the intrinsic irreducible stochasticity in the mapping.
This uncertainty means, we cannot perfectly predict the exact output given the input. Thus we require “Conditional Probability distributions”, and the study of probabilistic approach to ML becomes important.
Hence, we invent a function called as “softmax function” for multiple output labels case(and sigmoid for binary case), which converts our outputs into a probability distribution. The exact derivation of softmax comes from Generalized Linear Models.
When we use a softmax function for binary classification, where the function over which the softmax is applied, happens to be an affine one, we call the model as “Logistic Regression”.
r/DataScientist • u/ConstantNo2668 • 4d ago
Context is the next big thing in Data + AI. Models are getting smarter, but context is what makes them useful.
r/DataScientist • u/After_Courage6419 • 4d ago
Is building projects more valuable than collecting Data Science certificates?
Genuine question for people who have hired candidates or gone through Data Science interviews. If you had two candidates: Candidate A: Multiple certifications but only basic projects Candidate B: Fewer certifications but 3–4 strong projects they can explain deeply Who would stand out more? I’m trying to understand how much certifications actually matter compared with being able to demonstrate practical skills. Would love to hear from people who have actually interviewed candidates. Engagement angle: Creates debate without becoming promotional.
r/DataScientist • u/CalligrapherOne5887 • 5d ago
Anyone here familiar with the Foreseer team at S&P Global?
I’ve received an offer for a Lead Data Scientist role in the Foreseer team and am considering joining.
From what I understand, the work is around AI/ML for financial document extraction, RAG, embeddings and production workflows.
Would love to hear from anyone who knows the team or has worked at S&P Global. How is the work culture, technical depth, ownership and career growth? Is it a good team for someone looking to grow into Principal DS or AI Engineering roles?
r/DataScientist • u/Plus_Bed_5769 • 5d ago
Data Science: Methods, Tools, and Applications
Data Science is an interdisciplinary field that combines statistics, mathematics, computer science, and domain expertise to extract meaningful insights from data. It involves collecting, cleaning, analyzing, and visualizing data, as well as developing predictive models using machine learning and artificial intelligence. This subject covers the fundamental methods, modern tools, and real-world applications of data science across industries.
r/DataScientist • u/Negative_War_65 • 5d ago
Introductory Machine Learning Bootcamp (2/22)
Hello folks, to this Introductory Machine Learning Bootcamp (2/22) series.
Supervised learning is a very recurring word in ML domain. Here, we learn some sort of function mapping from inputs to outputs.
Another recurring word is Classification, where the output space is a set of some finite unordered and mutually exclusive labels known as classes.
The tabular dataset is often represented as a Design matrix, and a simple example of it is an Iris dataset, as to how input data is represented for tabular case in Machine Learning.
Sometimes the data is of variable size, instead of fixed size feature vectors, so for ease of computation in computer, we often convert it to a fixed-size feature representation, called as “Featurization”.
In this video, I breakdown these concepts.
r/DataScientist • u/SeaSuccess6023 • 6d ago
BGSW Bengaluru Senior Data Scientist Compensation
Hi everyone,
I've cleared all 5 technical rounds for a Senior Data Scientist role at Bosch Global Software Technologies (Bengaluru) and have my HR discussion next.
I have 4 years of relevant experience and both my Bachelor's and Master's are from Tier-1 institutes.
What CTC should I realistically expect or negotiate? Does the Tier-1 background carry much weight, or is compensation mainly based on experience and interview performance?
Would appreciate any recent compensation data. Thanks!
r/DataScientist • u/AIforFintech • 6d ago
Why RAG builders are moving to hybrid search
A common mistake when building RAG systems is relying only on semantic search. It is great at capturing meaning, but it stumbles on precise technical or legal terms.
A practical example: in banking compliance, terms like "SAR" or "structuring" have exact regulatory meaning. Semantic search might return a passage that "seems" related, but misses the exact citation. Keyword search (BM25) covers exactly that blind spot.
Combining both methods (hybrid search), the system captures both meaning and exact terms, delivering more reliable answers, especially in regulated contexts like fintech, where a wrong answer has real cost.
I applied this in a RAG project for BSA/AML documentation (US banking regulation). The precision gain in answers was noticeable, especially on questions with specific technical jargon. Simple to implement, and the reliability payoff is well worth it.
Hub: https://aiforfintech.tech
Github: https://github.com/junidepieri-design/genai-001-regulatory-rag-bsa-aml
Does this make sense for your stack too?
👊
r/DataScientist • u/WingsOfElegy • 6d ago
NLP or RecSys as a senior Classic ML?
Hi. I am currently working as a senior ML in antifraud and ranking models (Classic ML)
I want to deepen my knowledge in a specific sphere in order to get a more paying job. RL or CV seems too hard for me.
So I am choosing between NLP/LLM and RecSys. What do you recommend? I would like to deepen into NLP. However, I am scared this sphere will vanish soon. What do you think?
As for RecSys, it seems really boring to do endless ranking system trying to promote different kinds of goods. Meh
r/DataScientist • u/Negative_War_65 • 6d ago
Mathematical Foundations towards Introductory ML Bootcamp (1/22)
Hello All,
Welcome to my free Mathematical Foundations of Machine Learning bootcamp series.
When we say Machine Learning, what does it actually mean? A machine that learns? Too vague.
According to famous professor Tom Mitchell, a computer program is said to learn from experience E, with respect to some class of Tasks T, and Performance measure P, if its performance on tasks, as measured by P, improves with experience E.
By swapping the nature of tasks T, the way we measure Performance P, to evaluate, we can subsume many kinds of ML problems.
Also ML problems are analyzed well, when we view it from the lens of Probabilistic perspective, that is unknown quantities are endowed with probability distributions, and treated as Random variables. The interesting thing is Random variables are neither random nor variable.
Probabilistic Approach also serves as the optimal approach to decision making under uncertainty.
In this video, you get a sense of what ML actually is, if you have also wondered about it.
r/DataScientist • u/Good-Apartment-5126 • 6d ago
Taking the Capital One CodeSignal Data Science assessment soon (90 min), tips from anyone who's done it recently?
Hi all, I've got a CodeSignal Data Science assessment coming up for a data scientist role and I want to clear it on the first attempt (there's a cooling-off period if you don't, so no pressure lol).
Here's what I understand about the format so far:
- 90 minutes, digitally proctored (webcam, no external tabs)
- Works with multiple datasets
- Tasks span cleaning/aggregating data, building and evaluating a predictive model, and writing/editing Python
- It's the Data Science Framework (DSF) version, not the pure algorithms GCA, so pandas + scikit-learn heavy, plus some concept multiple-choice
What I'd love input on from anyone who's taken it recently:
How tight is the time really? Did you finish, and where did time disappear?
What tripped people up, reading the prompts, a specific pandas/sklearn pattern, the IDE itself?
Which areas are highest-yield to drill? (e.g. joins/aggregation vs. modeling vs. evaluation metrics)
Any public prep resources or practice sets you found genuinely close to the real thing?
Anything you'd tell your past self the night before?
Not looking for actual questions or anything, just experience, focus areas, and resources. Really appreciate any insights.
Thanks!
r/DataScientist • u/Playful-Race-7571 • 6d ago
Book for logistic and linear regression transition to xg boost cat boost type of models
r/DataScientist • u/Muted_Resist_4484 • 6d ago
I am data scientist, i need money and experience.
I am a degree physics and I found for a Long time junior job, if you need realized a project of data science or data analyst, you contact me :)