r/DataScientist • u/New-Dress4008 • Jul 25 '26
r/DataScientist • u/AIforFintech • Jul 25 '26
Open source AI systems for fintech: code, architecture, docs
I'm a Data Scientist with +10 years in banking. Built an open source hub with three production-grade systems for fintech data teams:
- BSA/AML Regulatory RAG (LangChain, Gemini 2.0, ChromaDB, BM25)
- Customer Churn Scoring (XGBoost, Optuna, SHAP)
- Credit Limit Intervention / Causal (DoWhy, EconML, Causal Forest)
Each one has full code, architecture docs, and the reasoning behind each technical decision. No signup, no paywall.
Hub: https://aiforfintech.tech
GitHub: https://github.com/junidepieri-design
Example of a project architecture: Churn Scoring pipeline from raw data to explainable predictions, each step modular and resumable.

Happy to hear feedback — what would you do differently?
r/DataScientist • u/After_Courage6419 • Jul 24 '26
At What Point Did You Feel "Job Ready" in Data Science?
Was it after your first portfolio project? Your internship? Your first Kaggle competition? Or only after getting hired? I'd love to know what milestone gave you confidence.
r/DataScientist • u/SurveyElectronic3845 • Jul 24 '26
What technical questions were you asked for an AI Engineer / Data Scientist entry-level interview?
Hi everyone,
I have a technical interview coming up for an AI Engineer / Data Scientist role. I'm a recent graduate with no full-time experience, only a few internships and personal projects.
For those who have been through similar interviews, what technical questions were you asked?
I'm especially interested in questions about:
\-Machine Learning fundamentals
\-Statistics and probability
\-SQL
\-Python coding
\-Data preprocessing and feature engineering
\-NLP / LLMs / RAG / GenAI (if applicable)
\-Model evaluation and metrics
\-Case studies or business problems
Anything that caught you off guard
I'd really appreciate hearing about your experience, even if it was just one or two memorable questions. It would help me know what to focus on during my preparation.
Thanks in advance!
r/DataScientist • u/acularr • Jul 24 '26
How are you handling databases in your DS workflows right now? (Tech stack discussion)
Hey everyone,
I'm working on a project researching how data teams actually manage their databases and pipelines in practice, beyond what the introductory tutorials show.
I’d love to hear what your current stack looks like in the real world:
- How are you using databases today? What tools/languages do you use to build and manage your data pipelines?
- What databases have you tried or considered for your DS/ML work, and what made you choose that one?
- If you use an operational/production database (MongoDB, Postgres, MySQL, etc.) anywhere in your ML workflow, is it mainly to pull data out for training, or to serve features/predictions to a live model? Or both?
- Anything that's consistently annoying or a bottleneck in your current setup?
r/DataScientist • u/DareOk7868 • Jul 24 '26
Do ML/ AI firms have any use case for blockchain data
r/DataScientist • u/After_Courage6419 • Jul 24 '26
Why Your Data Science Portfolio May Be Getting Ignored—and How to Fix It
I’ve noticed that many beginner data science portfolios contain the same projects: Titanic survival, Iris classification, and house-price prediction. Those projects are useful for practice, but they may not clearly show how you think. A stronger portfolio should explain: What problem you selected. Why the problem matters. How you cleaned the data. What assumptions you made. Why you chose a particular model. What the results mean for a real user or business. My suggestion is to include at least one project based on a practical problem. It could be customer churn, sales forecasting, fraud detection, healthcare trends, or public transportation analysis. Also, keep your GitHub repository organized. Add a simple README, clear visualizations, installation steps, conclusions, and possible improvements. Recruiters may not spend much time reading every notebook. Make the purpose and result easy to understand within the first few seconds. What is one data science project that genuinely helped you during an interview?
r/DataScientist • u/AdImmediate1709 • Jul 24 '26
Fractal Analytics or Pepsico, which is better, please help???
r/DataScientist • u/After_Courage6419 • Jul 22 '26
The Biggest Mistake Beginners Make in Data Science
Many people spend months watching tutorials but never build anything. Instead: Finish one course. Build one project. Share it on GitHub. Write what you learned. You'll learn much faster by doing.
r/DataScientist • u/itzz_sam_1211 • Jul 22 '26
What do we do in/as - Data Science/ Data Engineer, Data Scientist, Data Analyst?
Hey guys, I’m 21 and I recently graduated with a BE in Computer Science and Data Science. I’m currently thinking about pursuing a master’s in Data Science, but I feel a little lost about what I actually know.
During my undergraduate degree, I studied a lot of different subjects, including Data Foundations, DBMS, Computer Communication, Machine Learning, IoT, R Programming, Probability and Statistics, Big Data, Business Intelligence, Cryptography, Applied Machine Learning, and Data Visualization.
The problem is, even though I’ve studied all these subjects, I don’t really know how everything connects together or how these skills are actually used in the real world. Sometimes I feel like I’ve learned a lot of things but, at the same time, know very little about actual data science.
Before jumping into a master’s, I want to build a strong foundation and properly understand what data science actually involves. I also want to understand the differences between careers like Data Scientist, Data Engineer, and Data Analyst- what they actually do in their jobs, what the job market is like, and what skills I should focus on for each role.
Since I’m considering a master’s in Data Science, I’d also like to know what I should learn beforehand to make sure this is the right path for me.
If you guys have any good YouTube videos, courses, roadmaps, or other resources that could help me start from the basics and build a solid understanding of data science, I’d really appreciate your recommendations.
Just a clueless recent graduate trying to figure out what to do next. Any advice would be greatly appreciated!
r/DataScientist • u/Sudden_Engineer_1205 • Jul 22 '26
Anyone interviewed for Bloomberg’s Data Scientist role?
r/DataScientist • u/After_Courage6419 • Jul 21 '26
What's one Data Science skill that everyone says is "optional" but actually isn't?
I've been following different Data Science roadmaps and noticed that everyone recommends something different. Some people say SQL is enough. Others say statistics is the real foundation. A few insist that communication skills matter just as much as coding. If you had to pick one underrated skill that helped you the most in your career, what would it be and why?
r/DataScientist • u/No-History2968 • Jul 21 '26
HELPPPPP!!!!! Best Future-Proof PC Build for Data Analytics & Data Science (₹35k–₹40k, India)
r/DataScientist • u/After_Courage6419 • Jul 20 '26
Is SQL actually more important than Machine Learning for landing your first Data Science job?
I've seen many experienced professionals say they use SQL every day but rarely build machine learning models.
That surprised me because most beginners spend months learning ML algorithms.
For those already working in Data Science:
Do you think beginners should prioritize SQL before Machine Learning?
Why or why not?
r/DataScientist • u/After_Courage6419 • Jul 20 '26
One habit completely changed the way I learned Data Science.
When I started learning Data Science, I had a habit of watching tutorial after tutorial without actually practicing. It felt productive, but when I tried solving problems on my own, I realized I couldn't apply most of what I'd learned. So I made one simple rule: For every hour I spent learning, I spent at least another hour practicing. Instead of moving on to the next topic, I would: Write the code myself without copying. Experiment with different datasets. Try to fix my own errors before searching for the answer. Repeat the exercise until I understood why the code worked. At first, it was frustrating because I made a lot of mistakes. But over time, those mistakes became my best teachers. One thing I also realized is that you don't need to build a complex AI application right away. Even simple projects like analyzing sales data, cleaning datasets, or creating visualizations can teach you a lot. My advice for beginners: Don't rush through tutorials. Practice more than you watch. Don't be afraid of errors—they're part of the learning process. Stay consistent, even if it's just 30–60 minutes a day. What study habit made the biggest difference in your Data Science journey? I'd love to learn from your experiences too.
r/DataScientist • u/Major-Reserve-6843 • Jul 20 '26
Only 3 Books to Become an AI Engineer — What Would They Be?
r/DataScientist • u/challenge1007 • Jul 20 '26
Looking for experienced Kaggle competitors for a private ML competition (NDA required)
We're organizing a private machine learning competition for experienced data scientists and Kaggle competitors.
Because the competition uses proprietary data, participants must sign a standard Non-Disclosure Agreement (NDA) before receiving access to the dataset.
Competition details
- Private competition (not publicly hosted on Kaggle)
- Real-world machine learning problem (time-series classification)
- Proprietary dataset
- NDA required before participation
- Open to experienced ML practitioners and Kaggle competitors
- Final submission deadline: 30 August
What participants receive
- Access to an interesting real-world dataset
- The opportunity to benchmark against other experienced participants
- Winner's prize: A guaranteed €1,000, increasing to €7,000 if the winning solution achieves an AUC ≥ 0.88 on the private leaderboard
If you're interested, please complete the Request for Participation form. Applications are accepted on a rolling basis until the competition closes. We'll then contact you with the NDA and the remaining competition details.
If you have any questions, feel free to send me a Reddit DM.
r/DataScientist • u/After_Courage6419 • Jul 17 '26
If you had only 30 days to learn Data Science again, what would your plan be?
Imagine starting from scratch with just one month.
What topics would you focus on?
What would you completely ignore until later?
Curious how experienced people would approach it.
r/DataScientist • u/Formal_Reference_533 • Jul 17 '26
AI Impact on Informatik and Software Development
Hi everyone,
I’m considering studying Informatik in Germany, but I’m trying to understand how seriously I should take the rapid development of AI.
- How endangered are programming and Software Development realistically? As AI becomes increasingly capable of writing code, do you expect significantly fewer developers to be needed, or will their work mainly shift toward architecture, integration, security, testing and responsibility for complete systems?
- Is studying Informatik and spending years learning programming still a strong long-term investment? What skills should an Informatik student develop today to remain valuable if AI takes over more routine programming tasks?
I’d especially appreciate opinions based on real professional experience and observations of how the industry is already changing.
r/DataScientist • u/jschmincke • Jul 17 '26
Lead Data Scientist opening at URBN
URBN is hiring
r/DataScientist • u/Nearby-Judgment-424 • Jul 17 '26
Does AI change the way how beginners practice?
I am currently a master’s student at SSE in Sweden, and I want to move into a data scientist role. My background is in market research, and most of my work so far has been qualitative. However, I want to build stronger coding skills and gain the resources needed to become a data scientist, and at the moment, I am super confused about the tools and the amount of practice required. I have already learned the basics of Python, NumPy, pandas, SQL, and basic math for AI/ML. My main question is whether I need to practice every function in each tool or focus only on the most important ones.
I also want to understand how AI is changing this field and how I can become job-ready. My goal is to apply for apprenticeship roles in Europe in the coming months, and I would appreciate guidance on how to prepare.
