Leah Anne Keating
Department of Program in Computing
AD
4.8
Overall Rating
Based on 5 Users
Easiness 3.8 / 5 How easy the class is, 1 being extremely difficult and 5 being easy peasy.
Clarity 4.2 / 5 How clear the class is, 1 being extremely unclear and 5 being very clear.
Workload 4.0 / 5 How much workload the class is, 1 being extremely heavy and 5 being extremely light.
Helpfulness 4.2 / 5 How helpful the class is, 1 being not helpful at all and 5 being extremely helpful.

TOP TAGS

There are no relevant tags for this professor yet.

GRADE DISTRIBUTIONS
56.6%
47.2%
37.8%
28.3%
18.9%
9.4%
0.0%
A+
A
A-
B+
B
B-
C+
C
C-
D+
D
D-
F

Grade distributions are collected using data from the UCLA Registrar’s Office.

ENROLLMENT DISTRIBUTIONS
Clear marks

Sorry, no enrollment data is available.

AD

Reviews (5)

1 of 1
1 of 1
Add your review...
Quarter: Fall 2024
Grade: A
Verified Reviewer This user is a verified UCLA student/alum.
Dec. 20, 2024

I enjoyed this class a lot more than PIC 10A, as I felt the content was more applicable and the graders weren't as nitpicky on coding style. The first half covered most of what we did in 10A (except in Python, of course) while the second half emphasized visualization and data science/machine learning.

The class was structured in a way that I believe allowed students to absorb the material well--everything was relatively easy to follow, and students had the chance to practice most (if not all) of the material learned outside of lecture. It definitely did amount to the workload of a 5-unit class, so expect to still put in effort. Professor Keating was, in my opinion, the best coding professor I've ever had. She explained everything relatively in-depth and structured her lectures into well-organized Jupyter notebooks. Homeworks were often challenging, but she and the TAs were pretty active on Campuswire to help students out. Exams were not too difficult, but you still need to study to get an A.

The machine learning project was fun but time-consuming. I sort of had to rely on machine learning knowledge from other classes for certain parts, but it was manageable. It was interesting moving through everything from exploratory analysis to modeling, and it wasn't too high stakes (~15% of our grade). However, I was slightly disappointed that (at least for our quarter) she didn't show us our grade on the project after posting the final grade. Because of this, I can't really say anything specific about how strictly it was graded, but I can say that it was a great way for us to apply introductory machine learning topics.

Helpful?

0 0 Please log in to provide feedback.
Quarter: Fall 2024
Grade: A
Verified Reviewer This user is a verified UCLA student/alum.
Dec. 3, 2024

Really fun course. We got a little behind by the end which made the Penguin Project a lot harder than it probably should have been.
The homework assignments are super fun and challenging but I did most of them in one sitting. She uses Jupyter Notebooks which has proven to be the best lecture mode for these kind of coding classes.

Good course and extremely applicable to real life problems, we frequently used real data sets to model. If you didn't like PIC 10A, try 16A if you need additional coding experience.

Helpful?

0 0 Please log in to provide feedback.
Quarter: Winter 2024
Grade: A
Verified Reviewer This user is a verified UCLA student/alum.
March 31, 2024

This was one of the most fun classes I've taken in UCLA! Although I've had plenty of prior experience in Python, I still gained a lot from this class, especially in reinforcing concepts that I did not fully grasp previously. As Professor Keating's lecture notes were well-written, I stopped going for lectures after Week 2. Homework and discussion assignments were extremely fun to work on, as they often involved real-world applications of Python. Midterm was really easy with most of us completing it within 20 minutes, so she made the final slightly harder, but it was still manageable. The only downside was the project - my group put in a lot of effort into it, but perhaps we focused too much on the code rather than the explanations, so we were rather harshly deducted 20 marks for insufficient explanations, so do be wary of that.

I was searching for data science internships while taking PIC 16A, and it has been extremely helpful in tackling Python interview questions. I cannot stress enough how important the split-apply-combine technique we learnt for Pandas turned out to be. Now that I have secured an internship, looking back in hindsight, this class has played a pivotal role in my success. For anyone looking to enter the field of Data Science, I would highly recommend this class with Professor Keating.

Helpful?

0 0 Please log in to provide feedback.
Quarter: Winter 2024
Grade: A
Verified Reviewer This user is a verified UCLA student/alum.
March 24, 2024

This was her first quarter teaching PIC 16A, but I felt like she handled the class decently! I stopped attending class after the midterm but her lecturing was okay, a bit unclear and not beneficial to my learning imo. Here's important points of the class:
- classes are NOT recorded but she posts lecture notes afterwards by the end of the day, so I never went to class and did fine (it's coding so really all you need is the syntax to do what you want, imo class isn't necessary)
- discussions aren't mandatory but turning in discussion notebooks during discussion gave us extra credit so i'd recommend going! my TA was also AMAZING and helped clarify a lot of topics so that's another benefit of discussion
- there's a group project at the end of the quarter (3 people in a group) and tbh it was pretty easy, you can honestly knock it all out within a day or two
- homework was weekly and ngl this was probably the TOUGHEST part of the course. the homework often felt WAY harder than what was covered in lecture, so DEFINITELY start early and attend office hours for that. they grade pretty generously but the homeworks can definitely not be grinded out in an hour or two. (in fact, the professor has said to allocate at least 5+ hours per homework -- which I feel is true).
- exams were easy since they were the typical pen-and-paper exam, just write down EVERYTHING on the cheat sheet and you'll be good to go (don't really have to study imo).

Helpful?

0 0 Please log in to provide feedback.
Quarter: Winter 2024
Grade: A+
Verified Reviewer This user is a verified UCLA student/alum.
March 21, 2024

Overall, I liked PIC 16A much more than PIC 10A. The content was not overly difficult and felt more applicable. Professor Keating is a very nice person, and definitely cares about ensuring that her students understand everything.

Helpful?

0 0 Please log in to provide feedback.
Verified Reviewer This user is a verified UCLA student/alum.
Quarter: Fall 2024
Grade: A
Dec. 20, 2024

I enjoyed this class a lot more than PIC 10A, as I felt the content was more applicable and the graders weren't as nitpicky on coding style. The first half covered most of what we did in 10A (except in Python, of course) while the second half emphasized visualization and data science/machine learning.

The class was structured in a way that I believe allowed students to absorb the material well--everything was relatively easy to follow, and students had the chance to practice most (if not all) of the material learned outside of lecture. It definitely did amount to the workload of a 5-unit class, so expect to still put in effort. Professor Keating was, in my opinion, the best coding professor I've ever had. She explained everything relatively in-depth and structured her lectures into well-organized Jupyter notebooks. Homeworks were often challenging, but she and the TAs were pretty active on Campuswire to help students out. Exams were not too difficult, but you still need to study to get an A.

The machine learning project was fun but time-consuming. I sort of had to rely on machine learning knowledge from other classes for certain parts, but it was manageable. It was interesting moving through everything from exploratory analysis to modeling, and it wasn't too high stakes (~15% of our grade). However, I was slightly disappointed that (at least for our quarter) she didn't show us our grade on the project after posting the final grade. Because of this, I can't really say anything specific about how strictly it was graded, but I can say that it was a great way for us to apply introductory machine learning topics.

Helpful?

0 0 Please log in to provide feedback.
Verified Reviewer This user is a verified UCLA student/alum.
Quarter: Fall 2024
Grade: A
Dec. 3, 2024

Really fun course. We got a little behind by the end which made the Penguin Project a lot harder than it probably should have been.
The homework assignments are super fun and challenging but I did most of them in one sitting. She uses Jupyter Notebooks which has proven to be the best lecture mode for these kind of coding classes.

Good course and extremely applicable to real life problems, we frequently used real data sets to model. If you didn't like PIC 10A, try 16A if you need additional coding experience.

Helpful?

0 0 Please log in to provide feedback.
Verified Reviewer This user is a verified UCLA student/alum.
Quarter: Winter 2024
Grade: A
March 31, 2024

This was one of the most fun classes I've taken in UCLA! Although I've had plenty of prior experience in Python, I still gained a lot from this class, especially in reinforcing concepts that I did not fully grasp previously. As Professor Keating's lecture notes were well-written, I stopped going for lectures after Week 2. Homework and discussion assignments were extremely fun to work on, as they often involved real-world applications of Python. Midterm was really easy with most of us completing it within 20 minutes, so she made the final slightly harder, but it was still manageable. The only downside was the project - my group put in a lot of effort into it, but perhaps we focused too much on the code rather than the explanations, so we were rather harshly deducted 20 marks for insufficient explanations, so do be wary of that.

I was searching for data science internships while taking PIC 16A, and it has been extremely helpful in tackling Python interview questions. I cannot stress enough how important the split-apply-combine technique we learnt for Pandas turned out to be. Now that I have secured an internship, looking back in hindsight, this class has played a pivotal role in my success. For anyone looking to enter the field of Data Science, I would highly recommend this class with Professor Keating.

Helpful?

0 0 Please log in to provide feedback.
Verified Reviewer This user is a verified UCLA student/alum.
Quarter: Winter 2024
Grade: A
March 24, 2024

This was her first quarter teaching PIC 16A, but I felt like she handled the class decently! I stopped attending class after the midterm but her lecturing was okay, a bit unclear and not beneficial to my learning imo. Here's important points of the class:
- classes are NOT recorded but she posts lecture notes afterwards by the end of the day, so I never went to class and did fine (it's coding so really all you need is the syntax to do what you want, imo class isn't necessary)
- discussions aren't mandatory but turning in discussion notebooks during discussion gave us extra credit so i'd recommend going! my TA was also AMAZING and helped clarify a lot of topics so that's another benefit of discussion
- there's a group project at the end of the quarter (3 people in a group) and tbh it was pretty easy, you can honestly knock it all out within a day or two
- homework was weekly and ngl this was probably the TOUGHEST part of the course. the homework often felt WAY harder than what was covered in lecture, so DEFINITELY start early and attend office hours for that. they grade pretty generously but the homeworks can definitely not be grinded out in an hour or two. (in fact, the professor has said to allocate at least 5+ hours per homework -- which I feel is true).
- exams were easy since they were the typical pen-and-paper exam, just write down EVERYTHING on the cheat sheet and you'll be good to go (don't really have to study imo).

Helpful?

0 0 Please log in to provide feedback.
Verified Reviewer This user is a verified UCLA student/alum.
Quarter: Winter 2024
Grade: A+
March 21, 2024

Overall, I liked PIC 16A much more than PIC 10A. The content was not overly difficult and felt more applicable. Professor Keating is a very nice person, and definitely cares about ensuring that her students understand everything.

Helpful?

0 0 Please log in to provide feedback.
1 of 1
4.8
Overall Rating
Based on 5 Users
Easiness 3.8 / 5 How easy the class is, 1 being extremely difficult and 5 being easy peasy.
Clarity 4.2 / 5 How clear the class is, 1 being extremely unclear and 5 being very clear.
Workload 4.0 / 5 How much workload the class is, 1 being extremely heavy and 5 being extremely light.
Helpfulness 4.2 / 5 How helpful the class is, 1 being not helpful at all and 5 being extremely helpful.

TOP TAGS

There are no relevant tags for this professor yet.

ADS

Adblock Detected

Bruinwalk is an entirely Daily Bruin-run service brought to you for free. We hate annoying ads just as much as you do, but they help keep our lights on. We promise to keep our ads as relevant for you as possible, so please consider disabling your ad-blocking software while using this site.

Thank you for supporting us!