Skip to content

Commit 096aafe

Browse files
authored
Merge pull request #198 from geo-engine/simple-app
RF ML App
2 parents 25ccb7b + a394e81 commit 096aafe

11 files changed

+2989
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ source env/bin/activate
2222
```bash
2323
# go out of old venv
2424
deactivate
25-
# delete oldv env
25+
# delete old venv
2626
rm -r env
2727
# create new venv
2828
python3 -m venv env

examples/interactive_ml/app/Simple Random Forest Two-Class Classifier on Sentinel-2 Images.ipynb

Lines changed: 750 additions & 0 deletions
Large diffs are not rendered by default.

examples/interactive_ml/app/app.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
4+
5+
voila $SCRIPT_DIR/"Simple Random Forest Two-Class Classifier on Sentinel-2 Images.ipynb"

examples/interactive_ml/app/assets/GeoEngine_Mainlogo_Line_Schutzraum.svg

Lines changed: 1 addition & 0 deletions
Loading
306 KB
Loading

0 commit comments

Comments
 (0)