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 |
31 |
Tags
- python 경우의 수
- pandas 조건
- pretraining
- 선형함수 딥러닝
- 경우의 수 파이썬
- EDA in python
- Skip connection
- molecular representation
- layer 일부 freeze
- pytorch dataset split
- 시계열 라이브러리
- 판다스 조건
- Graph Theory
- 모델 freeze
- Prompt Tuning for Graph Neural Networks
- sktime 예제
- EDA 추천 파이썬
- Does GNN Pretraining Help Molecular Representation?
- sktime tutorial
- pandas 행 제거
- pandas row 제거
- weight 일부 고정
- 비선형함수
- 비선형함수 딥러닝
- pytorch 데이터셋 나누기
- 일부 레이어 고정
- pandas
- sktime
- pandas 특정 조건 열 제거
- sktime 튜토리얼
Archives
- Today
- Total
목록EDA 추천 파이썬 (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