Search for tag: "variable"

Feature Selection in R.mp4

Github page: https://github.com/ccss-rs/Feature-Selection-R Fill out evaluation Schedule a consultation View CCSS Workshops Request access to CCSS Cloud Computing Resources, Gain access to our…

From  Jacob Grippin 3 plays

Introduction to Machine Learning.mp4

Link to Github page https://github.com/ccss-rs/Fall23-ML-Series/tree/master Fill out Evaluation form here.

From  Jacob Grippin 22 plays

Lecture 11/11: Imputing missing values with the Gaussian copula

Zoom Recording ID: 94347618999 UUID: me8ufsMXTCm5sdTAuyJ8PQ== Meeting Time: 2021-11-11T14:31:38Z

From  Madeleine Udell 93 plays

F21 DMS W, 10/20: Excel dates, pivot tables, intro to modeling

Zoom Recording ID: 98994982951 UUID: b33PoJ7tRwK2JsiTXCv6wg== Meeting Time: 2021-10-20T12:00:59Z

From  Christina Homrighouse 1 plays

CAM Colloquium - Dean Eckles (2/26/21)

Zoom Recording ID: 95217932087 UUID: PSotbSYDSlevJ+wlapdWxA== Meeting Time: 2021-02-26T20:08:37Z

From  Erika Fowler-Decatur 8 plays

SOIL Seminar: An Indexed Type System for Fast and Safe WebAssembly

Title: An Indexed Type System for Fast and Safe WebAssembly Speaker: Adam Geller—University of British Columbia Summary: Often in low-level languages (i.e., assembly languages), potentially…

From  Ross Tate 22 plays

Lesson 29.4 The yield Statement

While generators are coroutines, the communication only goes one way: from the child to the calling parent. In this video we show how to reverse this communication, passing down information from the…

From  Hannah Lee 59 plays

Lesson 27.2 Animation Frames

The while-loop that drives the game is hidden. This is going to create some interest challenges, particularly when you need variables that carry over from animation frame to animation frame. In this…

From  Hannah Lee 76 plays

CS 6120: Lesson 12: Program Synthesis

From  Adrian Sampson 844 plays

Lesson 26.5 While-Loops vs For-Loops

We can always replace for-loops with while-loops, but should we? In this video we talk about the trade-offs of the two control structures and why it might be better to use over the other.

From  Hannah Lee 68 plays

Lesson 26.4 While-Loop Patterns

In this video we introduce two new patterns for while-loops: using a goal condition and using a boolean tracking variable. We see how these patterns allow us to write functions that we could never…

From  Hannah Lee 71 plays

Lesson 26.3 While-Loop Ranges

While-loops require additional patterns beyond the simple accumulator pattern that we used in for-loops. In this video, we talk about the first such pattern, which is replacing the range iterator.…

From  Hannah Lee 71 plays

Lesson 26.2 While-Loop Traces

While-loops can do everything that a for-loop can (and more) but they are much harder to use. That is why, in this video, we talk about how to debug a while-loop before we talk about how to write…

From  Hannah Lee 77 plays

Lesson 26.1 The While-Loop

In this video we talk about the while-loop and explain why it is necessary. In particular, there are types of iteration that are not possible with the for-loop.

From  Hannah Lee 78 plays

Lesson 25.6 Complex Custom Error Types

When we were recording the video on custom error types, it ran quite long. So we decided to break it up into a second video. In this video we look at a slightly more complicated error type. We also…

From  Hannah Lee 63 plays

Lesson23.4 The is Operator

As we saw in the previous video, we cannot trust == if we need to test if two variables refer to the same object folder. In this video we show an alternative operator is, which is safe to use because…

From  Hannah Lee 51 plays