linkedin / detext

DeText: A Deep Neural Text Understanding Framework for Ranking and Classification Tasks
BSD 2-Clause "Simplified" License
1.26k stars 133 forks source link

Correct 'feature_names' as a required field #42

Closed StarWang closed 4 years ago

StarWang commented 4 years ago

Description

The input argument feature_names, a required field, is set incorrectly as optional. This conveys an incorrect message to the user and makes it hard to debug when users do not input feature_names in their arguments.

Type of change

List all changes

Testing

Checklist