Commit Graph

142 Commits

Author SHA1 Message Date
Jonathan Taylor
b5ece0fd31 setup script that creates a uv environment requiring only the existence of a uv_executable 2026-02-02 22:40:02 -08:00
Jonathan Taylor
93fcff9b8e use uv run jupyter 2026-02-02 17:33:41 -08:00
Jonathan Taylor
ff4b3c6176 updated README.md 2026-02-02 17:22:05 -08:00
Jonathan Taylor
ad6c71de50 removing Jupyter YAML 2026-02-02 17:10:30 -08:00
Jonathan Taylor
aae67bdb06 updating lab version 2026-02-02 17:04:01 -08:00
Jonathan Taylor
39a00cc02d updating version 2026-02-02 15:51:46 -08:00
Jonathan Taylor
681c8d2b4d removing a kernelspec 2026-02-02 13:36:24 -08:00
Jonathan Taylor
3be3879afc cast series explicitly to an array for torch 2026-02-02 13:31:21 -08:00
Jonathan Taylor
5ff49d8ede updating jupytext version and parameters in Ch03 2026-02-02 12:09:07 -08:00
Jonathan Taylor
7e65e9673a authorship 2025-04-09 21:23:02 -07:00
Jonathan Taylor
3b13b34327 merged conflicts from tschm:testing 2025-04-09 16:35:33 -07:00
Thomas Schmelzer
fe779b385a Dev container (#36)
* Create .python-version

* Create .gitignore

* Create Makefile

* remove Dockerfile

* remove docker workflow

* startup.sh

* devcontainer

* README with link

* Update Makefile

* obsolete python-version

* Update README.md

* Update README.md

* Update README.md

* Update devcontainer.json

no browser option for devContainer

* introducing a first test

* introducing a first test

* introducing a manual release job

* introducing a manual release job

* Update README.md

---------

Co-authored-by: Jonathan Taylor <jonathan.taylor@stanford.edu>
2025-04-09 16:27:33 -07:00
Chitral Patil
a42e928a33 add .gitignore to Enhance Project Cleanliness and Security (#25)
* Add .gitignore to prevent tracking unnecessary files

* Update .gitignore

Following suggestion to not ignore .python-version and to ignore .venv

---------

Co-authored-by: Jonathan Taylor <jonathan.taylor@stanford.edu>
2025-04-09 16:26:26 -07:00
Jonathan Taylor
f12330810d Jupytext sync (#49)
* fixes to Rmd from Daniela's errata

* synced the notebooks

* syncing notebooks

* all but Chapter10

* chapter 10
2025-04-09 16:26:24 -07:00
Jonathan Taylor
e03d0b2dd6 Errata fixes (#45)
* fixes to Rmd from Daniela's errata
2025-04-09 16:26:04 -07:00
Jonathan Taylor
8fa98567ee fixing whitespace in Rmd so diff of errata is cleaner (#46)
* fixing whitespace in Rmd so diff of errata is cleaner

* reapply kwargs fix
2025-04-09 16:26:04 -07:00
Jonathan Taylor
7f1103e140 fix the kwargs typo, and a ref from plt to ax (#44) 2025-04-09 16:26:01 -07:00
Jonathan Taylor
ab6bee22c6 comment on jupyterlab not being a requirement (#43) 2025-04-09 16:25:33 -07:00
Jonathan Taylor
fcb20b6512 fixing filename in README.md 2025-04-09 16:25:33 -07:00
Thomas Schmelzer
9e5451796f Dev container (#36)
* Create .python-version

* Create .gitignore

* Create Makefile

* remove Dockerfile

* remove docker workflow

* startup.sh

* devcontainer

* README with link

* Update Makefile

* obsolete python-version

* Update README.md

* Update README.md

* Update README.md

* Update devcontainer.json

no browser option for devContainer

* introducing a first test

* introducing a first test

* introducing a manual release job

* introducing a manual release job

* Update README.md

---------

Co-authored-by: Jonathan Taylor <jonathan.taylor@stanford.edu>
2025-04-09 16:21:56 -07:00
Chitral Patil
ae63016edb add .gitignore to Enhance Project Cleanliness and Security (#25)
* Add .gitignore to prevent tracking unnecessary files

* Update .gitignore

Following suggestion to not ignore .python-version and to ignore .venv

---------

Co-authored-by: Jonathan Taylor <jonathan.taylor@stanford.edu>
2025-04-09 15:53:37 -07:00
Jonathan Taylor
e2a7c24001 Jupytext sync (#49)
* fixes to Rmd from Daniela's errata

* synced the notebooks

* syncing notebooks

* all but Chapter10

* chapter 10
2025-04-03 16:07:36 -04:00
Jonathan Taylor
132bda168d Errata fixes (#45)
* fixes to Rmd from Daniela's errata
2025-04-03 15:34:12 -04:00
Jonathan Taylor
6d7e40588b fixing whitespace in Rmd so diff of errata is cleaner (#46)
* fixing whitespace in Rmd so diff of errata is cleaner

* reapply kwargs fix
2025-04-03 15:25:17 -04:00
Jonathan Taylor
f132c18a1c fix the kwargs typo, and a ref from plt to ax (#44) 2025-04-02 21:50:13 -07:00
Jonathan Taylor
56cd846f5e comment on jupyterlab not being a requirement (#43) 2025-04-02 21:38:42 -07:00
Jonathan Taylor
4ddd912b1c fixing filename in README.md 2025-04-02 21:06:18 -07:00
Thomas Schmelzer
d601a64556 fixing the metadata for 3 cells 2025-01-10 22:29:37 +04:00
Thomas Schmelzer
5968a7b5a6 enhance metadata for controversial cells 2025-01-10 22:18:01 +04:00
Thomas Schmelzer
5b9cc198f0 Create Makefile 2025-01-10 22:10:13 +04:00
Thomas Schmelzer
bb3187d184 Create test.yml 2025-01-10 22:05:04 +04:00
Jonathan Taylor
5d793a33a8 update README.md 2024-06-04 19:39:49 -07:00
Jonathan Taylor
7c4c6b821e Ch10 of v2.2 2024-06-04 19:38:29 -07:00
Jonathan Taylor
2610690352 stripped warnings 2024-06-04 18:15:44 -07:00
Jonathan Taylor
c2c0c39283 BF: missing Auto files 2024-06-04 18:14:04 -07:00
Jonathan Taylor
29526fb7bc v2.2 versions of labs except Ch10 2024-06-04 18:07:35 -07:00
Trevor Hastie
e5bbb1a5bc standard_lasso
Jonathan corrected a spurious use of standard_lasso
2024-01-25 17:53:08 -08:00
Jonathan Taylor
a55798e4d3 incrementing ISLP version 2024-01-18 11:55:06 -08:00
danielawitten
dad0773f3f Update README.md 2023-11-06 09:43:42 -08:00
allcontributors[bot]
71e9d54f7d docs: add jonathan-taylor as a contributor for code, and content (#19)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-18 16:53:25 -07:00
allcontributors[bot]
5ee132870f docs: add danielawitten as a contributor for code, and content (#18)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-18 16:51:52 -07:00
allcontributors[bot]
b5c2c8c8cd docs: add trevorhastie as a contributor for code, and content (#16)
* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Taylor <jonathan.taylor@stanford.edu>
2023-10-18 16:50:07 -07:00
allcontributors[bot]
17f72bc302 docs: add trevorhastie as a contributor for code, and content (#14)
* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Taylor <jonathan.taylor@stanford.edu>
2023-10-18 16:48:34 -07:00
allcontributors[bot]
eea211f8bc docs: add tibshirani as a contributor for code, and content (#15)
* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-18 16:46:52 -07:00
trevorhastie
7fcd14290c Merge pull request #12 from intro-stat-learning/author_trevor
adding Trevor as author
2023-10-17 16:15:50 -07:00
Trevor Hastie
d86d3798ae adding Trevor as author 2023-10-17 16:15:20 -07:00
tibshirani
8a4563e973 Update README.md 2023-10-17 16:00:41 -07:00
Jonathan Taylor
737739fa5c merge conflict 2023-10-07 09:00:47 -07:00
Jonathan Taylor
63029e400d removing kernelspec 2023-10-07 08:59:08 -07:00
Jonathan Taylor
79caa951ba incrementing ISLP version 2023-10-07 08:14:23 -07:00