๋จธ์ ๋ฌ๋์ ์ข ๋ฅ ๋ฐ ํน์ง
1) ์ง๋ํ์ต (supervised learning)
: ์ ๋ต๊ณผ ๊ฐ์ด๋๊ฐ ์์
: ๊ณผ๊ฑฐ์ ๋ฐ์ดํฐ๋ฅผ ํตํด ๋ฐฐ์
: ์ข ์๋ณ์์ ๋ ๋ฆฝ๋ณ์๊ฐ ์์
-๋ถ๋ฅ (classification)
-ํ๊ท (regression)
2) ๋น์ง๋ํ์ต (supervised learning)
: ์ ๋ต๊ณผ ๊ฐ์ด๋๊ฐ ์์
-๊ตฐ์งํ (clustering)
-๋ณํ (transform)
-์ฐ๊ด (association)
3) ๊ฐํํ์ต (reinforce learning)
#๋ถ๋ฅ: ์์ธกํ๊ณ ์ถ์ ์ข ์๋ณ์๊ฐ ์ด๋ฆ,๋ฌธ์์ผ ๋
<์๊ณ ๋ฆฌ์ฆ>
Decision TreeClassifier
KNeighborsClassifier
LogisiticRegression
SVC
RandomForestClassfier
XGBClassifier
<ํ๊ฐ๋ฐฉ๋ฒ>
accuracy_score
recall_score
precision_score
classification_report
confusion_matrix
#ํ๊ท: ์์ธกํ๊ณ ์ถ์ ์ข ์๋ณ์๊ฐ ์ซ์์ผ ๋
:ํ์ต๋ฐ์ดํฐ๋ฅผ ์ด์ฉํ์ฌ ์ฐ์์ ์ธ ์ซ์(๊ฐ)์ ์์ธกํ๋ค.
<์๊ณ ๋ฆฌ์ฆ>
linerRegression
KneighborsRegressor
Decision TressRegressor
SVR
RandomFores+Regressor
XGBRegressor
<ํ๊ฐ ๋ฐฉ๋ฒ>
mean_absolute_error
mean_squared_error
root mean_squared_error
mean_absolute_percentage_error
rZ_score
#์ฃผ์ ํค์๋์ ์๋ฏธ
์ฒ์ฒด ์ ํ ๋ถ๋ฅ ๋ํ 1๋ฑํ ์ฒ์ํด๋ด์ ์ฝ๋ ์ค๋ช ์๋ฃ - DACON
type = Source type (์ฒ์ฒด์ ๋ถ๋ฅ)
fiberID = ๊ด์ธก์ ์ฌ์ฉ๋ ๊ด์ฌ์ ์ ๊ตฌ๋ถ์
psgMag = Point spread function magnitudes, ๋จผ ์ฒ์ฒด๋ฅผ ํ ์ ์ผ๋ก ๊ฐ์ ํ์ฌ ์ธก์ ํ ๋น
fiberMag = Fiber magnitudes,
3์ธ์น ์ง๋ฆ์ ๊ด์ฌ์ ๋ฅผ ์ฌ์ฉํ์ฌ ๊ด์คํํธ๋ผ์ ์ธก์ , ๊ด์ฌ์ ๋ฅผ ํต๊ณผํ๋ ๋น์ ๋ฐ๊ธฐ
petroMag = Petrosian Magnitudes
์ํ์ฒ๋ผ ๋๋ ทํ ํ๋ฉด์ด ์๋ ์ฒ์ฒด์์๋ ๋น์ ๋ฐ๊ธฐ ์ธก์ ์ด๋ ค์
์ฒ์ฒด์ ์์น,๊ฑฐ๋ฆฌ์ ์๊ด์์ด ๋น์ ๋ฐ๊ธฐ๋ฅผ ๋น๊ตํ๊ธฐ ์ํ ์์น
modelMag = Model magnitude
์ฒ์ฒด์ค์ฌ์ผ๋ก ํน์ ๊ฑฐ๋ฆฌ์ ๋ฐ๊ธฐ
magnitude = [์ฒ๋ฌธ] (๋ณ์ ๊ด๋์ ์ํ) ๋ฑ๊ธ
serendipity = ๋ป๋ฐ์ ๋ฐ๊ฒฌ
#ํญ์ฑ์ ์ข ๋ฅ
ํญ์ฑ์ ์ข ๋ฅ | ํญ์ฑ | ์ฒ์ฒด | ์ฒ๋ฌธํ์ต๊ด | ์ฒ๋ฌธ์ฐ์ฃผ์ง์์ ๋ณด (kasi.re.kr)
๋จธ์ ๋ฌ๋์ ์ข ๋ฅ ๋ฐ ํน์ง