garysieling/deeplens-experiments
View on GitHubTake a screenshot of chart from a completed experiment, upload screenshot to github
Open
#20 opened on Jun 3, 2018
good first issue
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (PR metrics pending)
Description
What I would do is the following:
- Manually make a chart that is filtered to a specific experiment, plots n_neighbors vs average accuracy, with one chart per species.
- Get the URL from #1 and put it into a script so it can be parameterized, i.e. on n_neighbors, and the Kibana URL
- Take a screenshot of this in code (it might make sense to use Selenium for this.)
- Upload the screenshot to a github ticket
- I would make the Elasticsearch URL come from environment variables, and the chart configuration come from a JSON file.
The future goal would be to make a series of JSON files that are "standard" reports for specific types of experiment, i.e. so they don't have to be manually built in the UI.