简体   繁体   English

想要在应用 pycaret 设置更改后打印出 DataFrame

[英]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如何在“pycaret setup”之后打印数据帧。即在应用 one-hot 编码器和其他更改之后

get_config() can help in general. get_config()通常可以提供帮助。

For example, in clustering module after setup() is run, you can get the transformed data by get_config('X') .例如,在setup()运行后的聚类模块中,您可以通过get_config('X')获取转换后的数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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