javascriptdata / danfojs

Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.
https://danfo.jsdata.org/
MIT License
4.81k stars 209 forks source link

Danfo.js has something similar to "sklearn.model_selection.train_test_split" in scikit-learn/Python #610

Open LSW1980 opened 1 year ago

LSW1980 commented 1 year ago

Hi all,

Does Danfo.js has something similar to "sklearn.model_selection.train_test_split" in scikit-learn/Python? [https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html]

What function most close to it in Danfo.js ? Example?

Thank you