Update comment

This commit is contained in:
Robert Schulze 2023-05-11 19:06:04 +00:00
parent 4a168444fa
commit bbfb74ab70
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -187,7 +187,6 @@ public:
{
const size_t num_rows = col_data_string->size();
/// TODO this does some needless copying ... chooseBytes() should ideally understand the native ColumnString representation
std::vector<std::string_view> training_data;
for (size_t i = 0; i < num_rows; ++i)
{