美文网首页
Use pandas_profiling & autoviz f

Use pandas_profiling & autoviz f

作者: 凸大愚若智凸 | 来源:发表于2020-09-22 23:43 被阅读0次

Install packages & demo code

pandas-profiling

$ pip install pandas-profiling

Demo code:

import pandas_profiling

pandas_profiling.ProfileReport(train)

autoviz

$ brew install libomp && \
  pip install autoviz && \
  pip install xgboost

Demo code:

from autoviz.AutoViz_Class import AutoViz_Class
AV = AutoViz_Class()
AV.AutoViz('./train.csv')

相关文章

网友评论

      本文标题:Use pandas_profiling & autoviz f

      本文链接:https://www.haomeiwen.com/subject/ptfuxktx.html