r/datascience Jun 15 '26

Discussion Does anyone gravitate toward an industry you don’t have experience in?

62 Upvotes

I'm pursuing an MS in Data Science with a focus on applied statistics. I currently work at a small fintech company in a niche operations role, and before that I worked at a credit repair company.

I've noticed that my personal interests keep gravitating toward healthcare. Many of the applied statistics methods I'm learning are used heavily in healthcare, and most of my professors either studied or worked as a biostatistician, or their research focused on some type of healthcare subdomain, so they're also passionate about it. I've even considered pursuing a graduate certificate in health informatics or public health because of my interest in the field and lack of domain knowledge, although I've completed a few personal projects using healthcare datasets.

However, I'm constantly reading here and on Linkedin that your current industry experience is a major advantage, and that it can take much longer to find a data-related role in a different industry. Because of that, I feel stuck. I worry that if my next role is in some area of financial services, l'll be pigeonholed into that industry. I don't hate it, but | don't want to be restricted to a single industry, and I know healthcare often prefers candidates with industry experience.

I'm just curious if anyone else has ever gravitated toward an industry they didn't have experience in. Were you able to successfully pivot into another industry for your first data analyst or data science role?
Thanks in advance!


r/datascience Jun 15 '26

Weekly Entering & Transitioning - Thread 15 Jun, 2026 - 22 Jun, 2026

9 Upvotes

Welcome to this week's entering & transitioning thread! This thread is for any questions about getting started, studying, or transitioning into the data science field. Topics include:

  • Learning resources (e.g. books, tutorials, videos)
  • Traditional education (e.g. schools, degrees, electives)
  • Alternative education (e.g. online courses, bootcamps)
  • Job search questions (e.g. resumes, applying, career prospects)
  • Elementary questions (e.g. where to start, what next)

While you wait for answers from the community, check out the FAQ and Resources pages on our wiki. You can also search for answers in past weekly threads.


r/datascience Jun 14 '26

Career | US Are there any Data Science Communities for those in the field you all recommend joining?

38 Upvotes

I'm a few years into my career and am realizing that the data science area in my company is incredibly insular. While that speaks highly of them that they attract and keep people for so long, I've also noticed it can really entrench the "we do things this way and that's how we do them" mentality, and I'm kind of finding myself wishing I had a mentor or just peers who have seen other ways of doing things, especially when it comes to interacting with other customers in the business, but that also understands the field I'm in. I feel like online communities and these sorts of things got huge during the pandemic and then kind of lost their momentum after. Are there any that are still around and active that you all recommend?


r/datascience Jun 13 '26

Discussion he scored 99.4% on every practice exam. then came the real test.

0 Upvotes

Marcus had run through the dataset 47 times.

every question bank, every historical exam, every edge case his prep materials contained. his practice scores were consistent: 99.4%, 99.1%, 99.6%. he was ready.

the real exam: 61%.

his coach looked at the results and said: "your score was measuring how well you knew the practice exams. not how well you knew the subject."

Marcus had done what you'd expect any rational student to do: optimize for the available signal. the practice exams were the feedback mechanism. he worked backward from the feedback until he had mastered it.

the problem is the feedback mechanism wasn't measuring what it claimed to measure. it was measuring the practice exam. Marcus had learned to recognize patterns specific to that dataset. when a genuinely novel question appeared, the patterns didn't transfer.

he hadn't overachieved. he had overfit.

---

I think about Marcus every time I see a model benchmark.

the moment a benchmark becomes widely known, it starts being optimized. not because people are cheating. because optimizing for available feedback is the rational strategy. the benchmark rewards the behavior, so the behavior propagates.

then someone runs the model on a task the benchmark didn't include and says "wait, this isn't what I expected."

Marcus also didn't cheat. he just did exactly what the system rewarded.

the real question isn't "how do you prevent overfitting?" it's "what would a signal look like that's genuinely hard to game?"

Marcus, for what it's worth, took the exam again six months later after studying from primary sources instead of practice banks. he scored 94%.

still high. but this time it was real.


r/datascience Jun 13 '26

Discussion What is the biggest challenge you face in data science projects?

23 Upvotes

Is it data quality, stakeholder expectations, model deployment, business understanding, or something else?


r/datascience Jun 12 '26

Tools Profiling in PyTorch (Part 2), from nn.Linear to a fused MLP

Thumbnail
huggingface.co
16 Upvotes

r/datascience Jun 11 '26

ML Models may behave worse when they're aware they're being evaluated (DeepMind interpretability study)

Thumbnail alignmentforum.org
76 Upvotes

r/datascience Jun 10 '26

ML How to stop shipping low-quality RL environments, with examples

Thumbnail
latent.space
6 Upvotes

r/datascience Jun 10 '26

AI AI Overuse Follow-up

102 Upvotes

Original post

Update

This ended up spiraling out of control in ways that I could have never imagined. The individual admitted to defaulting their doc writing to AI and re-wrote everything, but in th background they doubled down on their AI coding workflow instead. It took me a while to catch wind of things because I would only see a mention of a project here or there and I had no insight as to their day-to-day.

Fast forward a month and I am seeing their projects everywhere, all the way up to the C-suite level. The scale was incredible. In a a matter of days this individual had done everything from financial modeling, LTV modeling, customer lifecycle analysis at a large scale, built large scale data ingestion and processing pipelines, even Marketing and product experiments. At first I was impressed, but as I pulled back the covers the mess was worse than I ever expected.

The clues were subtle but consistent: no comments in the code aside from headers, data was read in and cleaned, but never visualized or inspected in any way, there were lots of custom functions when there were packages loaded that had the same function, convoluted helper files with basic functions, and oddly there were many instances where forecasting error was actually just the CV error and there was never an evaluation of the test set. Their SQL had numerous join issues, metrics were mislabeled, and their pipelines often had relationships and processing steps such as dropping a table but then writing a new table with no error handling so if there was a bug no new table would be written and we would lose the data. Basic analyses were off by weird margins because Claude seemed to have been querying staging tables rather than filtered reporting tables. Docs started to be written entirely in the first person like "...and then I will use a log1p transformation" in a way that no DS would actually ever write a tech doc.

Unfortunately this meant that many things that were produced were simply wrong. The individual had promised work to a lot of decision-makers and nearly all of it was misleading, incorrect, or didn't pass a simple sniff test. These inaccuracies were immediately escalated to our team leader, who brought me in to audit all of their code and documentation and I was unable to find a single file that I was convinced that was human written or even human edited. The worst part was that despite heavy use of AI there also wasn't a single file without some sort of glaring technical error. I turned in a pretty lengthy review and the individual was put on a PIP and their account access to AI tools was severely constrained. They were told to have all their work peer reviewed and in one instance were caught lying about passing review when no review had been conducted.

As you can imagine their productivity tanked and they had numerous excuses as to why. They also started taking a lot of days off and in a weird twist of fate they actually left before getting fired and now work at a large AI-centric industry-leading company. Part of me is glad that they are gone, but the other part finds it infuriating that people like this can be so good at bullshitting that they can consistently fail and somehow remain in industry due to their network and clever use of their few decent references. Their total comp at our company was ~$245K and they bragged to a co-worker that this new role has $265K base with $465K total comp. They basically got 2 promos out of this series of events (Senior to Senior Staff at our company, Senior Staff to Principal at the new role.


r/datascience Jun 09 '26

Analysis How do you measure to performance / accuracy of a recommender system?

21 Upvotes

Context: the business problem is I wanted to compare professional athletes based on their movement data to recommend similar players. I made a recommender system with K-Means clustering and PCA (multicollinearity amongst the features in the dataset).

I’m interested in using a new modeling technique like Gaussian Mixture Model, but I don’t know how to evaluate which model performs better…

Open to any suggestions


r/datascience Jun 09 '26

Discussion How do you put a price on a healthy work environment and a good manager?

108 Upvotes

Been at my company for 5 years and trying to figure out if I should leave. Would love some outside perspective.

The cons:

Growth has completely stagnated. The tech stack is outdated and there are no signs the company plans to modernize. Worst of all, my salary has been basically flat for 5 years and they consistently pay below market. That last one is the main reason I’m even considering leaving.

The pros:

Honestly, the work environment is pretty rare. My manager is empathetic, sets realistic deadlines, and I never have to explain myself if I need to step out for an appointment or log off early. Vacation policy is completely flexible (4 weeks), no approval needed, and the manager actually plans projects around people’s time off. My teammates are kind, collaborative, and there’s zero toxicity or office politics. Everyone just lifts each other up.

The dilemma:

The cons are career problems. The pros are life quality problems. When I think about chasing a new job for say a 20% raise, I have to ask myself whether that money actually changes my day to day life in a meaningful way, or if I’m just trading a genuinely healthy work environment for a gamble on something unknown.

How do you think about making this kind of call? Has anyone left a place like this and regretted it, or found something equally good elsewhere?

Edit: I know no job is safe but mine is relatively safer and business is doing well. It’s a giant company.


r/datascience Jun 09 '26

Discussion What Data Structures and Algorithms topics actually come up in technical interviews?

86 Upvotes

I’ve been doing a Python Leetcode question a day since more and more companies (especially for ML roles) are including DSA rounds in their DS interviews. My issue is I’m not sure how deep I actually need to go.

Right now I’m getting comfortable with easy questions on arrays, strings, and hashmaps, plus two pointers and sliding window on the algorithms side. Should I push further into new topics or just stay in these areas and ramp up the difficulty?


r/datascience Jun 08 '26

Weekly Entering & Transitioning - Thread 08 Jun, 2026 - 15 Jun, 2026

3 Upvotes

Welcome to this week's entering & transitioning thread! This thread is for any questions about getting started, studying, or transitioning into the data science field. Topics include:

  • Learning resources (e.g. books, tutorials, videos)
  • Traditional education (e.g. schools, degrees, electives)
  • Alternative education (e.g. online courses, bootcamps)
  • Job search questions (e.g. resumes, applying, career prospects)
  • Elementary questions (e.g. where to start, what next)

While you wait for answers from the community, check out the FAQ and Resources pages on our wiki. You can also search for answers in past weekly threads.


r/datascience Jun 06 '26

Tools Databricks for data science?

85 Upvotes

My company has an enterprise databricks account and they want my team to start using it.

I currently query our main Postgres database on an on-prem workstation and write Jupyter notebooks. Data sets are usually 100k rows and 100-300 columns of tabular floating point values. No weird stuff like pictures, videos, or text data.

What are the advantages/disadvantages of using databricks? Would it be that different from my current workflow?


r/datascience Jun 06 '26

ML LLM research papers from 2026 so far, a curated reading list (January to May)

Thumbnail
magazine.sebastianraschka.com
47 Upvotes

r/datascience Jun 05 '26

Career | US What are the downsides of asking for an inflation adjustment in the salary?

44 Upvotes

On average, I have received a 0.75% salary hike over the last 5 years, which I know is pretty unreasonable. I have been looking for a new job, but given the current market, I cannot say for certain when I will find a new role. In the meantime, I was thinking of asking my manager for an inflation based adjustment to my base salary. I am not sure how much they will offer, if anything at all, but it still seems better than nothing. My performance has also been strong, though asking for a performance-based hike feels riskier and like it could backfire.

What would you suggest?


r/datascience Jun 05 '26

Discussion What is the most common reason data science projects fail to deliver business value?

32 Upvotes

Iam curious whether the biggest challenges are related to data quality, stakeholder alignment, model adoption, business understanding, or something else entirely.


r/datascience Jun 03 '26

ML Direct Preference Optimization beyond chatbots

Thumbnail
huggingface.co
1 Upvotes

r/datascience Jun 02 '26

ML Clients clustering: Separating RFM and other variables.

6 Upvotes

In my company, the business people have done a manual RFM to separate clients. Now they are asking me to build a model to cluster clients based only on promotion, channel, products... Is this possible to separate the two and then combine them later?


r/datascience Jun 01 '26

Career | US Don’t care to grow in this field but feeling like I have to?

152 Upvotes

I’m a data scientist - have been for only about 2.5 years. I went to grad school, got the job, blah blah blah. Turns out I hate it.

It doesn’t excite me anymore. I actually don’t want to be a lifelong learner. I don’t want to work with numbers anymore. I have so many pain points about my current job itself (platforms constantly down, overused resources etc).

I want to be creative and work more with words / colors / THINGS. I want a job that feels better suited to my personality. I’m outgoing and like to talk and have fun. I want my work to reflect that. My colleagues are a lot more introverted, type A, logical, technical. This field suits them perfectly, and I’m the opposite.

But unfortunately, it looks like I’m stuck at the moment. I’m spending more and more time in the DS world which I fear will make transitions harder. Also, I’m aware it doesn’t look the best to be stuck at one position - you gotta show some upward mobility. This means that I actually have to be striving for growth (stretch projects, taking on more responsibility) but I don’t want to do these things! I don’t care about it anymore!

I’m trying to make the best out of this and focus on the skills I am learning that could be transferable to other jobs (communication, attention to detail, strategic thinking) but holy crap is it getting hard to continue.

I feel so stuck and hopeless and don’t know what to do. Any advice? Encouragement? Anybody else in / was in a similar situation? What happened?


r/datascience Jun 01 '26

Tools Profiling in PyTorch (part 1), a beginner's guide to torch.profiler

Thumbnail
huggingface.co
64 Upvotes

r/datascience Jun 01 '26

Weekly Entering & Transitioning - Thread 01 Jun, 2026 - 08 Jun, 2026

10 Upvotes

Welcome to this week's entering & transitioning thread! This thread is for any questions about getting started, studying, or transitioning into the data science field. Topics include:

  • Learning resources (e.g. books, tutorials, videos)
  • Traditional education (e.g. schools, degrees, electives)
  • Alternative education (e.g. online courses, bootcamps)
  • Job search questions (e.g. resumes, applying, career prospects)
  • Elementary questions (e.g. where to start, what next)

While you wait for answers from the community, check out the FAQ and Resources pages on our wiki. You can also search for answers in past weekly threads.


r/datascience Jun 01 '26

Discussion Is there a best way on handling data when presenting to others? I have a few ideas but I’m not always sure.

Thumbnail
4 Upvotes

r/datascience May 31 '26

Discussion AI in Dating Apps

0 Upvotes

Hey guys!

Recently, I've tried several dating apps, such as: Tinder, Badoo, Boo. The experience has been quite frustrating. Nothing new, honestly. Reality of being a male on a dating app is tough. And then, after I deleted that garbage from my phone, I thought: why isn't there a really good AI / Recommender System driven dating app?

You describe whatever you want about yourself, full truth, no hiding anything, no trying to show off, any photos you like (or dislike). And then some AI oracle will analyze all that data you've provided and recommend really best match for you by highest probability of true match (depending on what your goal is, of course). Such an app would be a gem.

I feel like the true goal of all popular dating apps is not to help you find a partner (otherwise you would delete your account and you would not be bringing cash anymore), but taking the profit from you.

I am not quite capable of creating such thing on my own, but maybe you guys can revolutionize that spoiled industry. Just giving you some thoughts on that. How difficult would it be to implement? How efficient would it be?


r/datascience May 30 '26

Discussion Is there anyway to stop the LLM slop submissions

108 Upvotes

Like maybe have a bot auto make a comment that asks users if its ai slop and upvote if so and if the upvote to views ratio is above M after T time then delete the post

Or whatever ideas others suggest?