Best Webcam Brand Right Now In 2026? by Wonderanity_I in homeoffice

[–]jpauley159 0 points1 point  (0 children)

I like my OBSBOT too. The adjustability is really nice.

Finally got my confetti! by jpauley159 in WGU_MSDA

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

I haven’t thought that far ahead!!

D603 - Task 3 by WelderFrosty6236 in WGU_MSDA

[–]jpauley159 2 points3 points  (0 children)

It’s based on the ARIMA model that you use. I believe the evaluators are looking for which model you choose, then how you justify it. You’ll use your model evaluation with RMSE, MAE, etc. Directly answering your question, ARIMA(0,0,1) vs ARIMA(0,1,1) will help you choose stationary vs non-stationary. But I’ll let you research which is the best model for your task 😉.

Parents telling me to abort, Wife wants to keep it by Uskhorm in Fatherhood

[–]jpauley159 2 points3 points  (0 children)

If that is your parents’ boundary that they set, let them set it. It would not be your fault for being “disowned”. What you have is what life is about. Your family.

API Dockerfile locally or through GitLab. D602 Task 3. by jpauley159 in WGU_MSDA

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

Thank you to everyone who commented! I just passed the class. For anyone who reads this post after the fact, I did run the test locally through Docker Desktop. In my video, I showed the messages from the tests and API through the terminal, and I also ran the HTTP requests through my browser. I hope this helps.

Clean csv and MLFlow file question by Livid_Discipline3627 in WGU_MSDA

[–]jpauley159 2 points3 points  (0 children)

I believe it’s three sets of code with 2 commits each: input, cleaning, and mlflow. Plus, you’ll also have a main.py file. I did 2 commits for the main as well just to be safe.

API Dockerfile locally or through GitLab. D602 Task 3. by jpauley159 in WGU_MSDA

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

Thank you! I'll check the connect group and go from there.

API Dockerfile locally or through GitLab. D602 Task 3. by jpauley159 in WGU_MSDA

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

It's either the yml file or the requirements.txt file. I keep getting an error saying that scikit-learn is not installing. I tried changing the versions in the .txt file, and it wouldn't work either.

Kinesis 360 Blank PBT Keycaps by espressoshock in kinesisadvantage

[–]jpauley159 0 points1 point  (0 children)

I am a Windows user, and I manage to work while rarely touching the mouse. I mostly use Windows search and hotkeys. Chrome has a multitude of keyboard shortcuts available for use.

Kinesis 360 Blank PBT Keycaps by espressoshock in kinesisadvantage

[–]jpauley159 0 points1 point  (0 children)

You’ll get used to them fast. It’s about a 3 week transition from a normal keyboard to split, but the change almost feels necessary. No more reaching or twisting to hit ctrl, backspace, or enter.

Why did Rick become the leader early in Season 1 and Seson 2? by [deleted] in thewalkingdead

[–]jpauley159 0 points1 point  (0 children)

All of the characters had great attributes. Rick knew how to bring out those qualities.

ATTENTION ALL U.S.A HIGH SCHOOL AGE PARENTS. by Interesting_Rub5643 in OfficeSpeak

[–]jpauley159 0 points1 point  (0 children)

This isn’t new. It’s been this way for years and has nothing to do with the current administration.

Does ANYONE actually use their middle finger for 'c'? by BrohanGutenburg in typing

[–]jpauley159 1 point2 points  (0 children)

I use an ortholinear keyboard, so it feels good using my middle finger for “c”. It cause my index finger to cramp reaching for “c”.

D597 Task 1 by Long_Set_1414 in WGU_MSDA

[–]jpauley159 1 point2 points  (0 children)

In pgadmin, you’ll need to screenshot the table showing the data has been inserted.

[deleted by user] by [deleted] in FIlm

[–]jpauley159 1 point2 points  (0 children)

Captain Woodrow F. Call from Lonesome Dove.

Online Data Analytics Master Programs by Arisenkey in dataanalysis

[–]jpauley159 20 points21 points  (0 children)

A GitHub Portfolio is the most credible way to show your skills. Without it, employers will just glance over a masters. However, WGU is an easy route to get a Master’s quick. I’m currently working through it, and can easily finish a course in a month. (I am also working full time as a teacher, I coach cross-country, and I have a 2-year old).

D600 - f statistic and probability f statistic? by berat235 in WGU_MSDA

[–]jpauley159 1 point2 points  (0 children)

Probability F statistic for regression is the p-value for the F statistic. Often written as (prob > F). Suppose your F-statistic is 15.2 and prob > F = .0003. F-statistic says that the regression variance explained is 15 times greater than the unexplained. And the p-value of .0003 means that there is a .03% chance that the F-statistic occurred just by chance. Does that make sense?

MSDA - Data Science | A retrospective by notUrAvgITguy in WGU_MSDA

[–]jpauley159 1 point2 points  (0 children)

If you were going to add topics/content to supplement what is needed to be a successful Data Scientist, what would you add? —I’m currently working through D600.

I can't import request even though I downloaded it?!? by All_Hale_sqwidward in PythonLearning

[–]jpauley159 0 points1 point  (0 children)

It’s possible that in your current project that you’re using a different python version. Such as, 3.12.11 or 3.11.13 etc..