Skip to content

Commit

Permalink
Merge pull request #194 from gAldeia/docker-compose-fix-algorithms
Browse files Browse the repository at this point in the history
Fixed ffx and rils-rols
  • Loading branch information
gAldeia authored Oct 15, 2024
2 parents 105888b + 82bc5c2 commit 88de555
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion algorithms/ffx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+/~https://github.com/lacava/ffx
git+/~https://github.com/gAldeia/ffx
5 changes: 5 additions & 0 deletions algorithms/rils-rols/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: rils-rols
channels:
- conda-forge
dependencies:
- python==3.12
2 changes: 1 addition & 1 deletion experiment/methods/ffx/regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
def complexity(est):
return est.model_.complexity()

def model(est):
def model(est, X=None):
return est.model_.str2().replace('^', '**')

0 comments on commit 88de555

Please sign in to comment.