Skip to content

Commit 72bcb27

Browse files
hftsoipre-commit-ci[bot]jmduarte
authored
symbolic regression notebook (#60)
* symbolic regression minor fix * [pre-commit.ci] auto fixes from pre-commit hooks * Update _toc.yml * pysr * add descriptions * update --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Javier Duarte <[email protected]>
1 parent f905657 commit 72bcb27

File tree

6 files changed

+508
-2
lines changed

6 files changed

+508
-2
lines changed

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ chapters:
1010
- file: part7a_bitstream.ipynb
1111
- file: part7b_deployment.ipynb
1212
- file: part7c_validation.ipynb
13+
- file: part8_symbolic_regression.ipynb

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ RUN mamba install -y -c conda-forge \
3030
RUN pip install \
3131
hls4ml[profiling]==0.8.0 \
3232
qkeras==0.9.0 \
33-
conifer==0.2b0
33+
conifer==0.2b0 \
34+
pysr==0.16.3
3435
RUN mamba clean --all -f -y && \
3536
mamba list && \
3637
fix-permissions "${CONDA_DIR}" && \

docker/Dockerfile.vivado

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ RUN mamba install -y -c conda-forge \
3535
RUN pip install \
3636
hls4ml[profiling]==0.8.0 \
3737
qkeras==0.9.0 \
38-
conifer==0.2b0
38+
conifer==0.2b0 \
39+
pysr==0.16.3
3940
RUN mamba clean --all -f -y && \
4041
mamba list && \
4142
fix-permissions "${CONDA_DIR}" && \

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ dependencies:
1919
- hls4ml[profiling]==0.8.0
2020
- qkeras==0.9.0
2121
- conifer==0.2b0
22+
- pysr==0.16.3

0 commit comments

Comments
 (0)