ml5js/ml5-library

Add a verbose error message when Neural Network's addData() is called without correct arguments

Open

#1,179 opened on Apr 8, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (905 forks)batch import
feature requestgood first issueneural-network

Repository metrics

Stars
 (6,136 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Let's add an error message that will be thrown when people call addData without an output argument in the call. See context in #990!

Contributor guide