Skip to content

Commit ae31467

Browse files
committed
Add TODOs and placeholder for new analysis file
1 parent af85759 commit ae31467

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

TODOS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- [x] Dockerize
2+
- [x] Add DB to setup
3+
- [x] Fix dockerized setup!
4+
- [ ] Move all configs in one place/less places?
5+
- [ ] Remove hardcoded stuff
6+
- [ ] Test, test, test! + fix bugs/remove manual steps (e.g., brave is currently manually managed?)
7+
- [ ] New readme
8+
- [ ] analysis_ae.ipynb basic analysis script that simply works
9+
- [ ] Improve readme/documentation! What is where and so on
10+
- [ ] Create artifact eval document
11+
- [ ] ...
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"id": "0a4f6ff5-3bdc-404d-8833-5e031070f878",
7+
"metadata": {},
8+
"outputs": [],
9+
"source": [
10+
"#TODO"
11+
]
12+
}
13+
],
14+
"metadata": {
15+
"kernelspec": {
16+
"display_name": "Python 3 (ipykernel)",
17+
"language": "python",
18+
"name": "python3"
19+
},
20+
"language_info": {
21+
"codemirror_mode": {
22+
"name": "ipython",
23+
"version": 3
24+
},
25+
"file_extension": ".py",
26+
"mimetype": "text/x-python",
27+
"name": "python",
28+
"nbconvert_exporter": "python",
29+
"pygments_lexer": "ipython3",
30+
"version": "3.11.5"
31+
}
32+
},
33+
"nbformat": 4,
34+
"nbformat_minor": 5
35+
}

0 commit comments

Comments
 (0)