
from sklearn.datasets import load_iris import seaborn as sns # iris 데이터 불러오기 & 데이터 프레임 만들기 iris = load_iris() iris_df = pd.DataFrame(data= np.c_[iris['data'], iris['target']], columns= iris['feature_names'] + ['target']) iris_df['target'] = iris_df['target'].map({0: "setosa", 1: "versicolor", 2: "virginica"}) #pairplot 그리기 sns.pairplot(iris_df, hue='target') [pairplot 결과] # pairplot에서 대각성분(kdepl..
토드 SQL 프로그램 Out of Memory 에러 해결법 아래 순서대로 따라해보기 방법 1 - Select View | (Toad) Options | Oracle | General - OCI array buffer size 25로 줄이기 방법 2 - View | Toad Options | Data Grid | Data - 'stop data fetches when available memory reaches __ MB' 를 128 메가 바이트까지 늘리기 방법 3 - F5 대신 F9로 실행하기 방법 4 - where 조건으로 출력 row 수 줄이기 출처: http://oraclesanpra.blogspot.com/2013/05/out-of-memory-error-when-viewing-..
- Total
- Today
- Yesterday
- anomaly
- AI
- export
- detection
- 맛집
- rcnn
- ML
- Bbox
- Semantic
- bashrc
- TimeSeries
- 제조
- transformer
- dowhy
- explainability
- Python
- vision
- Domain
- github
- mask
- 파이썬
- import
- error
- causality
- learning
- tutorial
- machine
- segmentation
- 서현
- XAI
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |