mindsdb / mindsdb_native

Machine Learning in one line of code
http://mindsdb.com
GNU General Public License v3.0
37 stars 28 forks source link

Fix row count for time series data splitting #515

Closed paxcema closed 3 years ago

paxcema commented 3 years ago

Why

Row count was incorrect for time series tasks.

How

Fixed by counting the amount of make_predictions==True rows on each of the train, val, test data frames.