Introduction to Python’s NumPy library
This workshop will introduce you to the NumPy library in Python, which is useful in scientific computing. We will cover NumPy’s n-dimensional array object and associated functions in depth, along […]
This workshop will introduce you to the NumPy library in Python, which is useful in scientific computing. We will cover NumPy’s n-dimensional array object and associated functions in depth, along […]
This workshop will cover basic concepts and tools available in QGIS and R for visualizing spatial data. We will cover vector data but will also touch upon the visualization of […]
In the R by Example series of workshops, we’ll discuss example analyses in R as a vehicle for learning commonly used tools and programming patterns. The “Functional Programming with dplyr” workshop […]
Survival analysis is used when working with data that may be censored, as often is the case in studies of human subjects with incomplete follow-up. The presence of censoring makes […]
Prerequisites: Participant should have some familiarity with introductory statistics and be able to load data into and perform basic data manipulations in SAS. In this one-day, six-hour workshop we will […]
Regular expressions are perfectly suited for people who like puzzles. Regular expressions are a sequence of characters used to define a search pattern. They are commonly used to do “find” […]
POSTPONED UNTIL FURTHER NOTICE
Bio: Lyudmyla Barannyk is an Associate Professor in the Department of Mathematics at the University of Idaho. Barannyk received a masters in Applied Mathematics from the New Jersey Institute of […]
This is a two-session workshop on the use of Go for data processing. Go is an open source language developed for general-purpose programming. It is not more difficult to learn […]
In this workshop, we’ll first discuss core machine learning concepts such as: choosing loss functions and evaluation metrics; splitting the data into training, validation, and testing sets; and cross-validation patterns […]