📁 AI & Bigdata/Python

[Python] profiling 사용/ 에러 해결

SOIT 2022. 9. 6. 20:16
from pycaret.datasets import get_data 
dataset = get_data('juice')
pr = dataset.profile_report()
pr.to_file('/content/drive/MyDrive/내작업/Kaggle/pr_report.html')
pr
 
 

AttributeError: 'DataFrame' object has no attribute 'profile_report' 

 

 

728x90