Skip to content

Commit

Permalink
symbolic regression notebook (#60)
Browse files Browse the repository at this point in the history
* 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 <jduarte@ucsd.edu>
  • Loading branch information
3 people committed Dec 15, 2023
1 parent f905657 commit 72bcb27
Show file tree
Hide file tree
Showing 6 changed files with 508 additions and 2 deletions.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ chapters:
- file: part7a_bitstream.ipynb
- file: part7b_deployment.ipynb
- file: part7c_validation.ipynb
- file: part8_symbolic_regression.ipynb
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RUN mamba install -y -c conda-forge \
RUN pip install \
hls4ml[profiling]==0.8.0 \
qkeras==0.9.0 \
conifer==0.2b0
conifer==0.2b0 \
pysr==0.16.3
RUN mamba clean --all -f -y && \
mamba list && \
fix-permissions "${CONDA_DIR}" && \
Expand Down
3 changes: 2 additions & 1 deletion docker/Dockerfile.vivado
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ RUN mamba install -y -c conda-forge \
RUN pip install \
hls4ml[profiling]==0.8.0 \
qkeras==0.9.0 \
conifer==0.2b0
conifer==0.2b0 \
pysr==0.16.3
RUN mamba clean --all -f -y && \
mamba list && \
fix-permissions "${CONDA_DIR}" && \
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ dependencies:
- hls4ml[profiling]==0.8.0
- qkeras==0.9.0
- conifer==0.2b0
- pysr==0.16.3

0 comments on commit 72bcb27

Please sign in to comment.