rasbt / pattern_classification

A collection of tutorials and examples for solving and understanding machine learning and pattern classification tasks
GNU General Public License v3.0
4.15k stars 1.29k forks source link

Clearly mark libraries depending on a web service #40

Closed mkesper closed 10 years ago

mkesper commented 10 years ago

Libraries depending on a web service should be clearly marked as such. Example: plot.ly I'd expect a library to be usable without a proprietary web service, else it's really an API only.

rasbt commented 10 years ago

Thanks. True, plotly requires internet connectivity, and I added a note. Let me know if you have any other suggestions!