question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update examples.ipynb to include new Visualizers

See original GitHub issue

I noticed that the examples.ipynb was out-of-date.
Here are the things that need to be changed/updated.

  • Include new visualizers

    • Class Prediction Error
    • CVScores
    • Manifold
    • Feature Importance
    • Recursive Feature Elimination
    • Classification Report w/ support
    • Discrimination Threshold
    • Validation Curve
    • Learning Curve)
  • Remove deprecated Visualizers (e.g ScatterVisualizer)

  • When the visualizers are executed some of them raise warnings. For aesthetics of the notebook, we need to turn off all warnings. See example code below

 import warnings
warnings.filterwarnings('ignore')
  • Fix issue #436 as it partially addresses some of these concerns.

@DistrictDataLabs/team-oz-maintainers

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:22 (17 by maintainers)

github_iconTop GitHub Comments

2reactions
Kautumn06commented, Jun 18, 2018

If no one else is working on this, I’d be happy to start making some of the updates that Larry suggested.

@DistrictDataLabs/team-oz-maintainers

1reaction
chalmerlowecommented, May 6, 2019

Unless someone else is gonna dive into this, I plan on cleaning up the example notebooks:

  • break up some of the examples from the main example.ipynb in a manner similar to @Kautumn06’s breakup of examples into separate notebooks.
  • gonna start on pulling out the text visualizer example.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Embed and visualize with Power BI in Jupyter Notebooks
In this feature overview video series, we highlight new capabilities included in the latest update to #Microsoft Power BI.
Read more >
Jupyter notebook tutorial in Python - Plotly
Jupyter notebook tutorial on how to install, run, and use Jupyter for interactive matplotlib plotting, data analysis, and publishing code. New to Plotly?...
Read more >
How to use Jupyter notebooks in Sphinx - Read the Docs
Jupyter notebooks are a popular tool to describe computational narratives that mix code, prose, images, interactive components, and more. Embedding them in your ......
Read more >
Visualization with Plotly.Express: Comprehensive guide
There are additional requirements if you want to use the plotly in Jupyter ... import plotly.express as px# syntax of all the plotly...
Read more >
How to use Synapse notebooks - Azure - Microsoft Learn
Synapse notebooks recognize standard Jupyter Notebook IPYNB files. Screenshot of create new or import notebook ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found