빅데이터분석기사 (빅분기) 실기 총 정리 / 시험 시작 전 확인
·
🥇 certification logbook
빅데이터 분석 기사 실기 준비하면서 정리한 내용 공부한 내용 정리하는데 참고용, 시험 전날, 시험 보러 가는 길, 시험 시작 전 확인하면 좋을 것 같다. 공부할 때에는 눈으로 하지 말고, 머리로 외운다 생각하지 말고, 실제로 문제를 풀어보며 키보드를 치는 손가락으로 외운다고 생각하며 공부하는 게 좋다. ( help, dir 사용 방법 익히는 것은 필수 ) 패키지############ # 데이터 프레임 import pandas as pd ############ # 수학 계산 import numpy as np ############ # 전처리 (x_train, x_test 다 해야 함) from sklearn.preprocessing import LabelEncoder from sklearn.preproce..
[python 통계분석] 교차분석(카이제곱 검정)
·
🥇 certification logbook
Reference - , 데싸라면▪빨간색 물고기▪자투리코드, 시대고시기획 시대교육 SciPy 패키지를 이용한 통계분석 https://docs.scipy.org/doc/scipy/reference/stats.html Statistical functions (scipy.stats) — SciPy v1.10.1 Manual Statistical functions (scipy.stats) This module contains a large number of probability distributions, summary and frequency statistics, correlation functions and statistical tests, masked statistics, kernel density esti..
[python 통계분석] t-test 검정
·
🥇 certification logbook
Reference - , 데싸라면▪빨간색 물고기▪자투리코드, 시대고시기획 시대교육 SciPy 패키지를 이용한 통계분석 https://docs.scipy.org/doc/scipy/reference/stats.html Statistical functions (scipy.stats) — SciPy v1.10.1 Manual Statistical functions (scipy.stats) This module contains a large number of probability distributions, summary and frequency statistics, correlation functions and statistical tests, masked statistics, kernel density esti..