Skip to content

Commit

Permalink
add podcasts
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 8, 2024
1 parent 05df345 commit 5590628
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ If you attended one of these talks and have follow-up questions

## Gallery

### Conferences and Meetups

Click the "title" links below for links to slides, code, and other background information.

| title | video(s) |
|:------------------------------------------------------------------------------------------|:----------------------------------------------------------------------:|
| ["Building for Small Data Science Teams"][36] | [MLOps Community Podcast][37] |
| ["Comparing `{lightgbm}` to other R GBDT libraries"][26] | [New York Stats Meetup (May 2021)][27] |
| ["Dask and LightGBM (light intro)"][34] | [Austin Python Meetup (November 2021)][35] |
| ["Does that CSV belong on PyPI? Probably not"][40] | [SciPy 2022][41] |
Expand All @@ -36,6 +37,17 @@ Click the "title" links below for links to slides, code, and other background in
| ["You can do Open Source"][1] | [satRdays Chicago (Apr 2019)][2] |
| ["You can and should do Open Source"][32] | [CatBoost: от 0 до 1.0.0][33] |

### Podcasts

* ["Building for Small Data Science Teams"][36] ([MLOps Community podcast (December 2021)][37])
* ["From Open Source to Traditional ML"][42] ([Top End Devs (December 2023)][43])

### Writing

* "Scaling LightGBM with Dask" ([ODSC Blog][44])
* "What does a Machine Learning Engineer Do?" ([MLOps Community Blog][45])
* "Once A Maintainer: James Lamb" ([Allison Pike's "Once a Maintainer" Blog][46])

[1]: ./you-can-do-open-source
[2]: https://www.youtube.com/watch?v=quFhQvizBE8&t=4h35m15s
[3]: ./road-to-a-data-science-career
Expand Down Expand Up @@ -77,8 +89,8 @@ Click the "title" links below for links to slides, code, and other background in
[39]: https://www.youtube.com/watch?v=d5iZONHGQT0&t=38m34s
[40]: ./does-that-csv-belong-on-pypi
[41]: https://www.youtube.com/watch?v=-Jqx5QxaNmA&list=PLYx7XA2nY5GcuVaU-l1hPOFgtnhmcHZzC&index=10&t=3h24m50s

## Writing

* ["Scaling LightGBM with Dask"](https://opendatascience.com/scaling-lightgbm-with-dask/) (ODSC Blog)
* ["What does a Machine Learning Engineer Do?"](https://mlops.community/james-lamb-machine-learning-engineer/) (MLOps Community Blog)
[42]: ./from-open-source-to-traditional-ml
[43]: https://topenddevs.com/podcasts/adventures-in-machine-learning/episodes/from-open-source-to-traditional-ml-with-james-lamb-ml-138
[44]: https://opendatascience.com/scaling-lightgbm-with-dask/
[45]: https://mlops.community/james-lamb-machine-learning-engineer/
[46]: https://onceamaintainer.substack.com/p/once-a-maintainer-james-lamb
14 changes: 14 additions & 0 deletions from-open-source-to-traditional-ml/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# From Open Source to Traditional ML

## Description

1-hour podcast interview covering:

* how I got started with open source
* how I got start with LightGBM
* my opinions on how to make a project friendly for new contributors
* a wide range of other topics related open source contributions

## Where this talk has been given:

* (virtual) [Top End Devs sodcast](https://topenddevs.com/podcasts/adventures-in-machine-learning/episodes/from-open-source-to-traditional-ml-with-james-lamb-ml-138)

0 comments on commit 5590628

Please sign in to comment.