Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- python 경우의 수
- Prompt Tuning for Graph Neural Networks
- EDA 추천 파이썬
- pytorch dataset split
- sktime 튜토리얼
- 판다스 조건
- 비선형함수 딥러닝
- sktime tutorial
- 선형함수 딥러닝
- layer 일부 freeze
- 시계열 라이브러리
- sktime 예제
- Graph Theory
- 일부 레이어 고정
- pandas 행 제거
- pandas
- 모델 freeze
- pandas 조건
- EDA in python
- 경우의 수 파이썬
- weight 일부 고정
- pretraining
- pandas 특정 조건 열 제거
- molecular representation
- pytorch 데이터셋 나누기
- pandas row 제거
- sktime
- Does GNN Pretraining Help Molecular Representation?
- Skip connection
- 비선형함수
Archives
- Today
- Total
목록EDA in python (1)
MoonNote

Installation pip install pandas-profiling 사용법 - 데이터의 크기가 크다면 다음과 같은 방법으로 파일을 저장하는 것을 추천한다. from pandas_profiling import ProfileReport profile = ProfileReport(df, minimal=True) # output.html 파일 생성 profile.to_file("output.html") - output 파일이 생성된 것을 확인할 수 있다. 열어보면, 다음과 같이 데이터를 편리하게 확인할 수 있다.
Study/Python
2021. 8. 20. 14:09