반응형

2025/02/01 3

[코인 투자] 18. 이동평균선 +a

이동평균선은 캔들의 평균값을 선으로 나타낸 것 차트 분석에 있어서 뼈대라고 할 수 있음 50 이동평균선 = 50개의 캔들 평균값을 선으로 나타낸 것100 이동평균선 = 100개의 캔들 평균값을 선으로 나타낸 것 차트에 표기되는 모든 지표는 "평균"에 대한 각자 다른 산술값으로 시각화한 것이라고 할 수 있음 평균이란 결국 추세를 나타내기 때문에 아주 중요함 평균값보다 캔들이 상향하고 있다면 상승의 추세를 나타내게 됨 평균값보다 캔들이 하향하고 있다면 하향의 추세를 나타내게 됨 위에서 볼 수 있듯이 이동평균선만 띄워도 추세가 훨씬 눈에 잘 보임: 이동평균선이 가격을 누르면서 계속 하향 추세를 나타냄 + 이동평균선이 받쳐주면서 계속 상향 추세를 나타냄 평균값에 대한 유동의(움직이는) 매물대가 받쳐주고, 눌러주..

투자 2025.02.01

CIBMTR - Equity in post-HCT Survival Predictions #3 Understanding Survival Analysis - 2

Annotation of modeling & SHAP part of this kernel: Understanding Survival AnalysisExplore and run machine learning code with Kaggle Notebooks | Using data from CIBMTR - Equity in post-HCT Survival Predictionswww.kaggle.comXGBoost Model for SurvivalWe will now use an XGBoost model with Optuna to find the ideal hyperparameters. This model will be used to submit predictions.This XGBoost model imple..

대회 2025.02.01

CIBMTR - Equity in post-HCT Survival Predictions #2 Understanding Survival Analysis - 1

Annotation of this kernel: https://www.kaggle.com/code/benjenkins96/understanding-survival-analysis Understanding Survival AnalysisExplore and run machine learning code with Kaggle Notebooks | Using data from CIBMTR - Equity in post-HCT Survival Predictionswww.kaggle.comInitial EDA# Check the distribution of the target variablesplt.figure(figsize=(10, 5))sns.countplot(data=train, x='efs', palett..

대회 2025.02.01
반응형