Last active
January 10, 2022 06:15
-
-
Save kvnkho/e9fa87607cde3179c46bff8bf1681b3e to your computer and use it in GitHub Desktop.
Importing PyCaret
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pycaret.datasets import get_data | |
df = get_data("titanic") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you @wogkszla , I edited it. I asssume you got here from Medium. I'll try to edit that.