Artem commited on
Commit
b99cb6a
·
0 Parent(s):

init push to gh

Browse files
Files changed (4) hide show
  1. .python-version +1 -0
  2. README.md +0 -0
  3. main.py +6 -0
  4. pyproject.toml +7 -0
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.12
README.md ADDED
File without changes
main.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import jax
2
+ import jax.numpy as jnp
3
+ from jax
4
+ class LinUCB():
5
+
6
+
pyproject.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "mlops-case-study-1"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.12"
7
+ dependencies = []