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 documentation for plotly jupyterlab #1145

Merged
merged 11 commits into from
Sep 10, 2020
Merged

add documentation for plotly jupyterlab #1145

merged 11 commits into from
Sep 10, 2020

Conversation

bchen1116
Copy link
Contributor

fix #364

Add documentation for using SearchIterationPlot and PipelineSearchPlot on Jupyterlab.

@bchen1116 bchen1116 self-assigned this Sep 4, 2020
@codecov
Copy link

codecov bot commented Sep 4, 2020

Codecov Report

Merging #1145 into main will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1145   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files         195      195           
  Lines       11489    11506   +17     
=======================================
+ Hits        11479    11496   +17     
  Misses         10       10           
Impacted Files Coverage Δ
evalml/automl/pipeline_search_plots.py 100.00% <100.00%> (ø)
...l/tests/automl_tests/test_pipeline_search_plots.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3ba9f8d...153b036. Read the comment docs.

@bchen1116 bchen1116 marked this pull request as ready for review September 8, 2020 22:56
Copy link
Contributor

@freddyaboulton freddyaboulton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bchen1116 I think this looks good! I left some minor suggestions.

Copy link
Contributor

@freddyaboulton freddyaboulton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bchen1116 Looks good - I just have a suggestion to tidy up the formatting in the docs.

docs/source/start.ipynb Show resolved Hide resolved
@bchen1116 bchen1116 merged commit cc8d169 into main Sep 10, 2020
@bchen1116 bchen1116 deleted the bc_364_automl_plots branch September 10, 2020 16:26
This was referenced Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verify that SearchIterationPlot is working, add test coverage
2 participants