Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bayesian Statistical Learning 2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alina Bazarova
Bayesian Statistical Learning 2
Commits
fe504aa8
Commit
fe504aa8
authored
2 months ago
by
Steve Schmerler
Browse files
Options
Downloads
Patches
Plain Diff
gp: add requirements
parent
8284dbf6
Branches
Branches containing commit
No related tags found
1 merge request
!2
Update GP slides and notebooks
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
BLcourse2.3/requirements.txt
+33
-0
33 additions, 0 deletions
BLcourse2.3/requirements.txt
with
33 additions
and
0 deletions
BLcourse2.3/requirements.txt
0 → 100644
+
33
−
0
View file @
fe504aa8
# ----------------------------------------------------------------------------
# Required to at least run the py scripts
# ----------------------------------------------------------------------------
torch
gpytorch
pyro-ppl
matplotlib
scikit-learn
# ----------------------------------------------------------------------------
# Jupyter stuff, this must be present in the used Jupyter kernel on a hosted
# service like https://jupyter.jsc.fz-juelich.de
# ----------------------------------------------------------------------------
# Since we use paired notebooks. This is used for local dev, not really needed
# on a hosted service, but still useful to avoid confusing warnings (jupytext
# extension failed loading).
jupytext
# for %matplotlib widget
ipympl
# ----------------------------------------------------------------------------
# Jupyter Lab, when running locally
# ----------------------------------------------------------------------------
# Jupyter Lab
jupyter
# or Jupyter notebook is also fine
##notebook
# vim:syn=sh
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment