-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove large files and edits to readmes * readme * Bump version 1.0.8
- Loading branch information
Showing
8 changed files
with
45 additions
and
24 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Tutorial (multiclass) | ||
===================== | ||
|
||
This tutorial goes through the steps of multiclass detection and | ||
delineation (e.g. species mapping, disease mapping). A guide to single | ||
class prediction is available | ||
`here <https://patball1.github.io/detectree2/tutorial.html>`_. The multiclass | ||
process is more complicated than single class prediction as the classes need to | ||
be correctly encoded in the data. | ||
|
||
The key steps are: | ||
|
||
1. Preparing data | ||
2. Training models | ||
3. Evaluating model performance | ||
4. Making landscape level predictions | ||
|
||
THE REST OF THIS TUTORIAL IS UNDER CONSTRUCTION |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.