-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/move-expand-all-modular-piplines-from-s…
…ettings
- Loading branch information
Showing
34 changed files
with
11,200 additions
and
45,044 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ parameters: | |
|
||
orbs: | ||
win: circleci/[email protected] | ||
node: circleci/node@5.0.3 | ||
node: circleci/node@5.2.0 | ||
|
||
# No windows executor is listed here since windows builds use win/default and modify | ||
# the Python version through the conda environment. | ||
|
@@ -45,19 +45,20 @@ commands: | |
install_node_dependencies: | ||
steps: | ||
- node/install: | ||
node-version: '16.13.2' | ||
node-version: '18.20.0' | ||
# using install-packages command from node orb | ||
- node/install-packages | ||
- node/install-packages: | ||
override-ci-command: npm install | ||
|
||
nvm_use_npm_install: | ||
steps: | ||
- run: | ||
name: Use NVM to run Node v16 | ||
name: Use NVM to run Node v18 | ||
command: | | ||
nvm install v16.13.2 | ||
nvm install v18.20.0 | ||
node -v | ||
nvm alias default v16.13.2 | ||
nvm use v16.13.2 | ||
nvm alias default v18.20.0 | ||
nvm use v18.20.0 | ||
- run: | ||
name: Install Node dependencies | ||
command: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
demo-project/data/09_tracking/linear_score.json/2023-01-16T15.55.27.850Z/linear_score.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{ | ||
"a2_score": 3.100000000000005, | ||
"b2_score": 4.4, | ||
"r2_score": 0.40296896595214116 | ||
} |
2 changes: 2 additions & 0 deletions
2
demo-project/data/09_tracking/rf_score.json/2023-01-16T15.55.27.850Z/rf_score.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{ | ||
"a2_score": 4.1000000000000005, | ||
"b2_score": 8.4, | ||
"r2_score": 0.4113266331219384 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.