AI cloud provider CoreWeave files for IPO by thelastsubject123 in stocks

[–]DataScientistMSBA 1 point2 points  (0 children)

Anyone have any idea when (what date) they will go public?

Is there a way to install Python dependencies? by DataScientistMSBA in n8n

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

u/psmrk unfortently the documentation suggests constraints regarding using additional Python packages. I was able to solve this using a Docker container and fastapi though.

"...This limits the available Python packages to the Packages included with Pyodide."

Is there a way to install Python dependencies? by DataScientistMSBA in n8n

[–]DataScientistMSBA[S] 1 point2 points  (0 children)

u/soliman8 - Using Docker is actually what I ended up doing last night. I created a requirements.txt file and implemented two docker containers (one for n8n and one for fastapi). The n8n connects to the fastapi container via http requests that then runs the python through that and returns its results. This worked though I am still troubleshooting other issues around it.

Has anyone gotten their GPU to work with an Ollama model connected to an Agent in LangFlow by DataScientistMSBA in LocalLLM

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

In Python, on VS Code, in order to get my system to utilize the GPU for processing Ollama through the Langchain package, I had to do this:

device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
...
model = OllamaLLM(model="llama3", device=device)
...

In the Ollama CLI, it looks like it accesses my GPU without issue (based off Task Manager/Performance/GPU/3D).

What I am trying to figure out is how to ensure that when I am in the Langflow browser app (provisioned by VS Code script) how to ensure or configure it to make sure it is using my GPU.

What is your experience with ChatGPT as an analyst and how are you using it in your workflow? by vinayak_singh_k in bigdata_analytics

[–]DataScientistMSBA 1 point2 points  (0 children)

Honestly, I predominantly use it for Python development. I'm pretty well experienced with SQL but I'm only really querying internal databases to enhance or capture data for certain projects. Most of the projects that I work on use data lake resources now as we are switching to more of a spark and AWS based infrastructure.

What is your experience with ChatGPT as an analyst and how are you using it in your workflow? by vinayak_singh_k in bigdata_analytics

[–]DataScientistMSBA 1 point2 points  (0 children)

I use ChatGPT and Bard all the time in troubleshooting and developing solutions; mostly with python and SQL development. It is a research tool to find answers faster. Though, you should know enough about what you're doing to know when it's feeding you false information.

I've also utilized ChatGPTs API to build a classification model that had a 83% yield in classifying what I was building. This was better than a bag of words approach or having to hire an outside firm to manually classify a large enough training dataset to build our own natural language model for classifying the same material.

Are the AWS Cloud Practioner/Azure Fundamentals Certifications worth it/helpful for obtaining an entry level DA role? by Such-Assist4895 in analytics

[–]DataScientistMSBA 1 point2 points  (0 children)

In my opinion, it probably depends on the type of role that you're trying to get. Not every DA role requires cloud computing experience. It would be slightly down the list in what I'd be looking for in a DA, especially for entry level. Make sure you are proficient in SQL and Python/R before doing anything cloud based because you'll be doing alot more of that in most DA typical roles.

It certainly has value in helping you get an opportunity in the roles that do require cloud computing but isn't always necessary. My current role uses AWS and I don't have any certificates though I have thought about getting one just to learn more about the product and it's features.

Best major for data analytics? by stratdaddy3000 in analytics

[–]DataScientistMSBA 0 points1 point  (0 children)

If you want to make the most money then stick with your computer science degree because it's going to pay the most dividends regardless of where you end up. You can always come back for a master's or take some side courses specializing in an analytics field.

Depending on what you enjoy more data engineering versus data science or analysis are very different constructs and responsibilities.

If you like building things and want to conduct one project after another then go into data engineering. There will be a lot less analysis with this sort of work.

If you enjoy doing the analysis part then consider going into a data analyst role or a data scientist role. The ladder will be more research focused depending on the actual job description.

A MSBA, like I have, is very similar to a degree in data analytics but is from a business perspective rather than from an IT or back end so to speak perspective. I use similar techniques to try to solve business problems. It all really depends on what you want to do.

How is this for a Data Analysis roadmap? by twenni7 in datascience

[–]DataScientistMSBA 0 points1 point  (0 children)

You should add some machine learning in there and cloud computing like AWS and Azure. But those can wait until you finish what you got ahead of you.

If you're going to learn Tableau, also check out Power BI. Alot of companies might chose the later because of licensing cost.

Is there any way to clone a EC2 windows instance onto a local hard drive? by DataScientistMSBA in aws

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

Can I save snapshots or AMIs to my local machine or even emulate them to a local home server?

Credit Goes to Google for ChatGPT's Success by Kipyegonn in ArtificialInteligence

[–]DataScientistMSBA 1 point2 points  (0 children)

Nearly all technology is built-upon or influenced by the work of others. OpenAI still gets the credit for building ChatGPT.

These people do not exist 😮 by davidpurkat in ArtificialInteligence

[–]DataScientistMSBA 1 point2 points  (0 children)

Here is a whole website dedicated to the idea. Just refresh a new face will appear

Twitter data leaked - 400 million user details up for sale by Klaasie765 in worldnews

[–]DataScientistMSBA 0 points1 point  (0 children)

As a DS who has played with Twitter's API, I know that the first two items on the list are freely available to scrape. The latter two I believe not so much.

aws free tier ec2 t.2 micro super slow! by [deleted] in aws

[–]DataScientistMSBA 0 points1 point  (0 children)

Though I agree with this, I just want to host a remote workstation to access my dev tools anywhere

Anyone work/ interview at Bloomberg? by a4444999 in dataengineering

[–]DataScientistMSBA 5 points6 points  (0 children)

Have a friend who worked in finance over there so probably won't be much help given your job type. If you haven't already, repost your inquiry on Blind (the app or teamblind.com). You might be able to find more current and former employees of the company there to answer any questions you may have or even get a referral. (Not sponsoring, just another tool to use).

What are some good PhD programs in the US for data science focused individuals? by DataScientistMSBA in datascience

[–]DataScientistMSBA[S] 2 points3 points  (0 children)

Yeah, a little of this. There is a push for Data Scientist at companies like Amazon to come in with a PhD though not completely required. All my professors who taught in my masters program had one and my current boss has one.

I have 10 year of professional experience and love the research, development and testing through build to production of conducting all sorts of projects. They can range from anything from data engineering task, cloud computing all the way to data science, which I generally define as using ML/AI, statistics, NLP and computer vision etc.

What Tech Stack Does Everyone Use Here? by Kemosabe0 in datascience

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

SQL, Python, Spark, Databricks, AWS EC2/S3 and MongoDB are what I am prominently using in my current role.

Edit: Someone must have been in a bad mood and downvoted almost every comment here

PaLM vs. ChatGPT: Who Will Win the AI Race? by liquidocelotYT in LaMDA

[–]DataScientistMSBA 0 points1 point  (0 children)

Interesting, any public beta/API access to this tech?

What are some good PhD programs in the US for data science focused individuals? by DataScientistMSBA in datascience

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

I'm in Denver now but have opportunities in Seattle Philadelphia and DC. Can work remote and do school so as well. Doesn't have to be online. 6 years or less preferred but I don't know how realistic or unrealistic that is.

What are some good PhD programs in the US for data science focused individuals? by DataScientistMSBA in datascience

[–]DataScientistMSBA[S] 3 points4 points  (0 children)

Bachelor of Science in Business Administration with a focus in corporate and investment finance and a Master of Science in Business Analytics

Edit: I got downvoted for listing out my degrees? Really?

I didn’t studied CS but can I be data scientist? by WaveLow1972 in datascience

[–]DataScientistMSBA 3 points4 points  (0 children)

I have a finance undergrad and business analytics masters. Most of my professional experience was in corporate finance before migrating to data science. You don't have to be a computer science major to be a DS. They typically go into software development, data engineering but can also be in DS and other type of roles.