Table of Contents
Python
ImportError: cannot import name 'if_delegate_has_method' from 'sklearn.utils.metaestimators'
꼬꼬마코더 2024. 7. 15. 16:13728x90
# utils
import pandas as pd
import numpy as np
from tqdm import tqdm
import pickle
import warnings;warnings.filterwarnings('ignore')
# Model
from sklearn.preprocessing import LabelEncoder
from sklearn.model_selection import train_test_split
from sklearn.metrics import mean_squared_error
from sklearn.ensemble import RandomForestRegressor
from sklearn import metrics
#import eli5
#from eli5.sklearn import PermutationImportance
import sklearn
print(sklearn.__version__)
1.5.1
일단 eli5 지우면 ok...
'Python' 카테고리의 다른 글
인덱스 Index, concat 전에는 reset_index (0) | 2024.07.18 |
---|---|
Pylance has crashed. (0) | 2024.07.16 |
데이터셋 업데이트 하는 방법 (0) | 2024.07.15 |
Classification에서의 IV: Information Value (0) | 2024.05.30 |
[파이썬] 날짜 형식 datetime (0) | 2024.05.10 |
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- #패스트캠퍼스 #UpstageAILab #Upstage #부트캠프 #AI #데이터분석 #데이터사이언스 #무료교육 #국비지원 #국비지원취업 #데이터분석취업 등
- #패스트캠퍼스 #패스트캠퍼스ai부트캠프 #업스테이지패스트캠퍼스 #upstageailab#국비지원 #패스트캠퍼스업스테이지에이아이랩#패스트캠퍼스업스테이지부트캠프
- Transformer
- 오블완
- 손실함수
- recursion #재귀 #자료구조 # 알고리즘
- speaking
- Array
- #패스트캠퍼스 #패스트캠퍼스AI부트캠프 #업스테이지패스트캠퍼스 #UpstageAILab#국비지원 #패스트캠퍼스업스테이지에이아이랩#패스트캠퍼스업스테이지부트캠프
- English
- LLM
- Python
- t5
- 티스토리챌린지
- 리스트
- clustering
- LIST
- Github
- 해시
- 파이썬
- 코딩테스트
- classification
- Hugging Face
- cnn
- git
- PEFT
- Numpy
- nlp
- RAG
- Lora
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함