💠 AIchemist 5주차 💠
2023. 11. 7. 12:13ㆍ개발/💠 Alchemist
1. 과제 - 분류 실습
https://sosoeunii.tistory.com/104
💠 분류 - 캐글 산탄데르 고객 만족 예측💠
< 캐글 산탄데르 고객 만족 예측 > 1. 데이터세트 로딩 및 데이터 세트 전처리 패키지, dataset import import numpy as np import pandas as pd import matplotlib.pyplot as plt import matplotlib import warnings warnings.filterwarnings
sosoeunii.tistory.com
https://sosoeunii.tistory.com/105
💠 분류 - 캐글 신용카드 사기 검출 💠
< 캐글 신용카드 사기 검출 > 1. 데이터세트 로딩 및 분석 import pandas as pd import numpy as np import matplotlib.pyplot as plt import warnings warnings.filterwarnings("ignore") %matplotlib inline card_df = pd.read_csv('./creditcard.csv')
sosoeunii.tistory.com
2. 실습 - MoA 예제 필사 ( ing... )
🔔 공지사항 🔔
1. AIchemist 규칙집
2. 컨퍼런스 - Beyond to Visualization Festival 참가 예정
'개발 > 💠 Alchemist' 카테고리의 다른 글
💠 AIchemist 6주차 💠 (0) | 2023.11.08 |
---|---|
💠 머신러닝 회귀 모델 💠 (4) | 2023.11.07 |
💠 분류 - 캐글 신용카드 사기 검출 💠 (0) | 2023.11.07 |
💠 분류 - 캐글 산탄데르 고객 만족 예측 💠 (0) | 2023.10.31 |
💠 AIchemist 4주차 💠 (0) | 2023.10.31 |