简体   繁体   中英

Want to print out DataFrame after applying the pycaret setup changes

How to print the data frame after "pycaret setup".That is after applying the one-hot encoder and other changes

get_config() can help in general.

For example, in clustering module after setup() is run, you can get the transformed data by get_config('X') .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM