Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for converting RF tree strings -> csv -> ee.Classifier #210

Closed
giswqs opened this issue Dec 11, 2020 · 1 comment
Closed

Add support for converting RF tree strings -> csv -> ee.Classifier #210

giswqs opened this issue Dec 11, 2020 · 1 comment
Assignees
Labels
Feature Request New feature or request

Comments

@giswqs
Copy link
Member

giswqs commented Dec 11, 2020

Users will be able to save locally trained ensemble tree strings to csv and then convert csv to ee.Classifier.

@giswqs giswqs self-assigned this Dec 11, 2020
@giswqs giswqs added the Feature Request New feature or request label Dec 11, 2020
@giswqs
Copy link
Member Author

giswqs commented Dec 11, 2020

@KMarkert I made some minor improvements to the notebook example and added two new functions to the machine learning module, including trees_to_csv() and csv_to_classifier(). In this way, users can directly save and reuse the model trained locally with GEE without having to export asset to one's GEE account

@giswqs giswqs closed this as completed Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant