Skip to content

scikit learn transform #3399

Discussion options

You must be logged in to vote

Answer, thanks to @oleksiyskononenko :
Either use mydatatable[:,'mycol'] or mydatatable['mycol'] for sklearn
or use dt.str.split_into_nhot(mydatatable['mycol']) if sklearn is not needed.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
5 replies
@oleksiyskononenko
Comment options

@oleksiyskononenko
Comment options

@oleksiyskononenko
Comment options

@Stephane-Thales
Comment options

@oleksiyskononenko
Comment options

Comment options

You must be logged in to vote
2 replies
@oleksiyskononenko
Comment options

@Stephane-Thales
Comment options

Answer selected by Stephane-Thales
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants