Publications by MSDS 6372: Jacob Turner: Student: Jessica McPhaul link:

Duplicate for version and package testing - Finance BASICS

20.11.2024

Finance Basics Capstone Lecture Study Guide: Introduction to Finance Through Income Statements Instructor Overview Presenter: Edward Roske, CEO of Spotless Mind and SMU Data Science graduate. Background: Over 30 years in business, specializing in finance for Fortune 500 companies. Objective: Simplify financial concepts and help understand how bu...

11931 sym

google analytics

20.11.2024

My RPubs Page Google Analytics Copy the provided Google Analytics tracking code: <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-CV2648GQMK"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config',...

730 sym

arcPy intro -very basic

18.11.2024

Self-Learning Guide: Python for ArcGIS 1. Getting Started with Python in ArcGIS Setup Your Environment: Use the default Python environment provided by ArcGIS Pro (e.g., ArcGIS Pro 3.3). Learn to manage and clone environments for customization. Libraries to Learn: Core Python Libraries: pandas, numpy, matplotlib, seaborn. GIS-Specific Librari...

9223 sym Python (195 sym/1 pcs)

presenttation GIS WIP

18.11.2024

Slide Title: Demographics of 75216: Cedar Crest Neighborhood, Dallas Header 1: Overview - Population: Approximately 55,085 residents - Median Age: 33.5 years (younger than the Dallas-Fort Worth metro median of 35.3 years) Header 2: Race and Ethnicity - Black or African American: 50% - Hispanic or Latino: 46% - White: 3% - Other Races: 1% Head...

4141 sym

I Hate This Project

17.11.2024

To create a layer or geodatabase feature class that associates images with specific points on the map using the dataset provided, follow these exact steps: and do the hokey pokey and then do a headspin and hope for the best. Yes. I have done this 14 times. No. It hasn’t worked. But, it’s supposed to work and all the documentation and my pr...

9074 sym

GIT

15.11.2024

MSYS2 Shells (C++) When you install MSYS2, it provides several different shells, each tailored for specific tasks and environments. Here’s a breakdown of the main shells available with MSYS2 and how they differ: 1. MSYS Shell (msys2.exe) Purpose: The MSYS shell provides a Unix-like environment and a minimal set of GNU tools designed for bas...

8972 sym 2 tbl

MSYS2 Shells for C++

15.11.2024

MSYS2 Shells (C++) When you install MSYS2, it provides several different shells, each tailored for specific tasks and environments. Here’s a breakdown of the main shells available with MSYS2 and how they differ: 1. MSYS Shell (msys2.exe) Purpose: The MSYS shell provides a Unix-like environment and a minimal set of GNU tools designed for bas...

4420 sym 1 tbl

GPU Setup and Stuff

15.11.2024

1. Choosing My Primary IDE: VSCode with CUDA and Remote Development Support Why I Chose It: VSCode is versatile, lightweight, and I can easily customize it for heavy GPU development. It handles both Python and C++ well, so it’s perfect for my projects that use GPU-accelerated libraries. Key Benefits: Remote Development Support: VSCode make...

12131 sym

ML7331_ICA5_Titanic_13_Nov_2024

14.11.2024

load("C:/Users/jessi/Desktop/ML7331_ICA5/titanic2.raw.rdata") # Number of rows nrow(titanic.raw) [1] 2201 # Number of columns ncol(titanic.raw) [1] 4 # Or both at once (dimension of the data) dim(titanic.raw) [1] 2201 4 # Column names colnames(titanic.raw) [1] "Class" "Sex" "Age" "Survived" # Display the first 6 rows head(tit...

14479 sym

Machine Learning 7331 - Module 12

14.11.2024

Association Rule Mining Study Guide Overview of Association Analysis Association analysis examines relationships between items in a dataset to determine patterns of co-occurrence. In association rule mining, these patterns are used to generate rules that predict when certain items will appear together. For example, in a retail setting, this ana...

87291 sym Python (11835 sym/17 pcs) 4 img