Questions tagged [scikit-plot]

scikit-plot is a visualization toolkit based on matplotlib for python. Use this tag together with `python`-tag (and `scikit-learn` if appropriate).

scikit-plot is a python package that approaches data visualization not as part of a presentation but as part of the process of data investigation.

It tries to simplify the generation of plots typically used in machine learning scenarios with as little boilerplate code as possible and hence proves an alternative to or .

16 questions
-1
votes
2 answers

Plotting Cumulative Gains Curve in Python (ModuleNotFoundError: No module named 'scikitplot')

I am quite new to data science and python. I am trying to plot the cumulative gains curve of a model I have built in Spyder (Python 3.6) using scikitplot. However, it keeps returning the error: ModuleNotFoundError: No module named 'scikitplot'. See…
dund0200
  • 3
  • 2
  • 4
1
2