Skip to content

Commit

Permalink
Merge pull request #198 from geo-engine/simple-app
Browse files Browse the repository at this point in the history
RF ML App
  • Loading branch information
jdroenner authored Dec 3, 2024
2 parents 25ccb7b + a394e81 commit 096aafe
Show file tree
Hide file tree
Showing 11 changed files with 2,989 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source env/bin/activate
```bash
# go out of old venv
deactivate
# delete oldv env
# delete old venv
rm -r env
# create new venv
python3 -m venv env
Expand Down

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions examples/interactive_ml/app/app.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

voila $SCRIPT_DIR/"Simple Random Forest Two-Class Classifier on Sentinel-2 Images.ipynb"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 096aafe

Please sign in to comment.