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