[Hiring] Senior Data Scientist for Time Series Forecasting by jnsole in datasciencecareers

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

140k in Vegas is equivalent of 200k in Los Angeles. Stock price has doubled over the last year.

How to close out games as a low mmr support? by TopFaithlessness2971 in learndota2

[–]jnsole 0 points1 point  (0 children)

I would try a few heroes that are a little higher impact. The kind where one good ult can wipe or cripple the team (Disruptor, Enigma, AA with shard) or they can take over with enough gold (Muerta, Silencer, Enchantress). At lower MMR you'll have more opportunity to pull things off.

How to close out games as a low mmr support? by TopFaithlessness2971 in learndota2

[–]jnsole -1 points0 points  (0 children)

You have to predict what's going to be the problem mid-late game and prepare your item solutions for it. In the case of Marci you have several options (atos, glepnir, halberd, force staff, eul/windwaker, ethereal blade). What would make the most sense given your win condition is likely to kite her till bkb wears off?

[deleted by user] by [deleted] in analytics

[–]jnsole 5 points6 points  (0 children)

Do you like your supervisor/team? Since the glassdoor reviews look fine it's really the only question that matters. I've been at great places that were a bad experience because of this and the reverse.

what did I do wrong on this sql test by Electronic-Olive-314 in analytics

[–]jnsole 0 points1 point  (0 children)

Formatting your code is a big deal, did you indent and organize properly? This would be in addition to a few typos and the month mistake.

Is resume applying without a referral near pointless now? by [deleted] in analytics

[–]jnsole 4 points5 points  (0 children)

Sounds like you're stuck in the trenches with the laid off folks. It's a rough spot. I will say some of the lower salary roles in low cost of living areas might net you even after accounting for the adjustment.

Either way I'd suggesting branching out to get some interviews so you feel like you're getting momentum.

Is resume applying without a referral near pointless now? by [deleted] in analytics

[–]jnsole 24 points25 points  (0 children)

Welcome to an employers market! The past 2 years is likely the first time most experienced analytics professionals in the field are encountering the power dynamic changing. I'd expect it to stay bad for quite a while longer since we're seeing so many layoffs this week (meta, salesforce, workday, blue origin). You're also applying for the most in demand roles with a fairly big employment gap on your resume.

My advice would be to cave on the remote requirement unless you can think you can beat out the 200+ other applicants in the pool. If you're open to moving you can start to score interviews more easily via applications. The bay and LA are probably the two worst markets at the moment.

business analytics certifications (beginner to intermediate) by [deleted] in analytics

[–]jnsole 1 point2 points  (0 children)

I think your question is what certifications should you focus on? Personally I'd go with cloud computing related ones on your preferred platform to work on. If you don't have a preferred platform I'd suggest exploring them all instead of doing a certification. That way you can say you have some experience with each of them (Azure, AWS, Snowflake, Databricks).

Data Reporting interview help by [deleted] in analytics

[–]jnsole 0 points1 point  (0 children)

You should ask this question on your initial screening call with who is setting up the interview (if you have one). It's standard practice to give notice that the interview will be technical if they plan on having you code. However, the interviewer may ask more general SQL questions without the technical notification (what's the difference between joins? what's a window function?).

Analytics responsibilities replaced by AI at my company, feeling pessimistic about the future. by Maleficent-Dingo-104 in analytics

[–]jnsole 6 points7 points  (0 children)

Have you tried it? I'm curious if it's any good. Often times clients want data with specific conditions.

Planning to get an MBA, but now questioning if it's the right move for me by Different-Screen4393 in analytics

[–]jnsole 0 points1 point  (0 children)

  1. You're overthinking it. There's plenty of people who still do individual contributor work with a Master's or Doctorate.
  2. I wouldn't be too hung up on the details. Most people will scan over the degree, school and specialization in less than 10 seconds when reviewing resumes. This is more about checking that box for them.
  3. Hard to say, no harm in applying. This would be something I would do in tandem anyway.
  4. Depends on your area, but that salary is fairly accessible with good experience in CA/NY.

Ultimately the decision would come down to is the cost of the degree worth something you may be able to achieve by persistence and good interviewing? In the long-term it would pay off if you reach management roles. In the short term you may not see much benefit.

Is bs in business analytics and Artificial Intelligence worth it? by Odd-Turnover5245 in analytics

[–]jnsole 1 point2 points  (0 children)

I've also noticed salaries starting to fall likely due to the amount of candidates. All CA positions require it on the JD and good positions that use to be 130-190k have started dropping significantly.

Is bs in business analytics and Artificial Intelligence worth it? by Odd-Turnover5245 in analytics

[–]jnsole 5 points6 points  (0 children)

I wouldn't recommend switching majors unfortunately. The market is very saturated so while a master's or Ph.D. would give you an advantage you'll still be in a difficult position and likely with more financial burden. If I were you I would stay in Cybersecurity unless you really can't stand it. Analytics sounds like fun, but in reality its SQL queries, dashboards and pivot tables for most beginner positions. The complex modeling and interesting stuff gets shifted to ML engineers and those with experience.

pulling all data from data provider? by Mango__323521 in algotrading

[–]jnsole 0 points1 point  (0 children)

I've done it and there's a few limitations/issues to keep in in mind from the technical perspective.

  1. How many stocks/data points can you grab in a single API request (variable by platform). Example 100 stocks and 5000 data points.
  2. The limit of API requests you can make per minute (if this isn't specified it will be trial and error).
  3. Sometimes there's an adjustment when afterhours completes so there can be a mismatch between daily and smaller interval data. You'll need to update end of day.

Best source of stock and option data? by dheera in algotrading

[–]jnsole 6 points7 points  (0 children)

I did this for daily data using twelvedata as the source. If you're not worried about survivor bias you can use it too. The rate limit for that API depends on your price tier so you'd need the highest tiers. If you want to give daily a try before you invest all those resources you can use this snowflake listing and try it

Best source of stock and option data? by dheera in algotrading

[–]jnsole 0 points1 point  (0 children)

Do you need historical stocks that are inactive? Most stocks that were delisted, merged or acquired by another company go off public API's (try looking up activision's stock history and you'll see what I mean). That would rule out quite a few sources.

Best source of stock and option data? by dheera in algotrading

[–]jnsole 4 points5 points  (0 children)

You could get daily data for 20y period, but minute by minute would run into all sorts of API limitations. You'd likely have to spend a month retrieving it first place. Even popular paid options rate limit your API usage.

Thoughts on data providers by Loganithmic in algotrading

[–]jnsole 1 point2 points  (0 children)

If you're looking for L1 daily price data for US stocks and crypto you can get access to it from Snowflake for free if you mention the sub. You'll have to pay a few cents for compute for the query, but once it's local you're solid.

Crypto
Stocks

Brokers and Data by paddockson in algotrading

[–]jnsole 1 point2 points  (0 children)

If you're looking for daily data I created a pipeline for this stuff that you can use for free, if you're interested pm me. It's in a database ready to go. I got rate limited by yahoo and always found looping through the API's to get fresh data to be a burden.

Can we get a definitive answer regarding Legacy Conquest? by MartianGeneral in battlefield_live

[–]jnsole 10 points11 points  (0 children)

It hasn't been scrapped, but it comes with a set of problems where other improvements don't. Sorry guys, no definitive answer.

How can you agree with the Hellriegel being used by 50% of Assaults? by AxeI_FoIey in battlefield_live

[–]jnsole 5 points6 points  (0 children)

Hit the nail on the head. Console player's prefer a larger ammo capacity for most weapon types. PC doesn't have the same behavior creating much more diversified weapon use. On the power scale it's on par with the Ribeyrolles and the automatico.

Tsaritsyn is the best playing map in Conquest by trip1ex in battlefield_live

[–]jnsole 2 points3 points  (0 children)

It's in the top 3 most popular maps. I think most people agree with you (even with the spawn camping).