chore: update assets folder and .git files
Browse files- .gitignore +1 -3
- TODO.md +0 -22
- assets/sector-time.png +0 -0
- environment.yml +0 -12
.gitignore
CHANGED
@@ -1,4 +1,2 @@
|
|
1 |
/.ipynb_checkpoints
|
2 |
-
.env
|
3 |
-
|
4 |
-
/multi-agents-analysis/WikiTableQuestions
|
|
|
1 |
/.ipynb_checkpoints
|
2 |
+
.env
|
|
|
|
TODO.md
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
# To do
|
2 |
-
|
3 |
-
### fastf1-predictions
|
4 |
-
|
5 |
-
- [ ] Update `environment.yml` to reflect the new llama env along with `poetry`
|
6 |
-
|
7 |
-
### multi-agents-analysis
|
8 |
-
|
9 |
-
- [x] Add poetry as a package manager https://python-poetry.org/docs/basic-usage/
|
10 |
-
- [ ] Create a toy db with formula 1 data
|
11 |
-
- [x] Drop `laps.db` columns:
|
12 |
-
- DriverNumber
|
13 |
-
- Team
|
14 |
-
- LapStartDate
|
15 |
-
- TrackStatus
|
16 |
-
- Position
|
17 |
-
- Deleted
|
18 |
-
- DeletedReason
|
19 |
-
- FastF1Generated
|
20 |
-
- IsAccurate
|
21 |
-
- index
|
22 |
-
- [ ] Connect `NLSQLRetriever` and `RetrieverQueryEngine` on this toy db
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/sector-time.png
ADDED
![]() |
environment.yml
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
name: fastf1-predictions
|
2 |
-
channels:
|
3 |
-
- conda-forge
|
4 |
-
dependencies:
|
5 |
-
- python=3.9
|
6 |
-
- ipykernel
|
7 |
-
- pandas
|
8 |
-
- jupyterlab
|
9 |
-
- plotly
|
10 |
-
- fastf1
|
11 |
-
- pip:
|
12 |
-
- ydf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|