data(4)
-
[Airflow Error] 403:Forbidden
403 Forbidden HTTP 오류 코드 URL을 들어가거나, API를 요청하던 중 다음과 같은 에러를 만났나요? 그렇다면 여러분은 정상적인 요청을 했습니다만, 저쪽의 서버가 거부한 것입니다. 여러분이 해야할 것은, 이것저것 코드 에러를 찾기 보단, 해당 url의 사이트가 원하는 권한을 부여받아야 합니다. 예를 들어 api key를 받거나, authentication 룰을 살펴보고 따라해야 합니다. 저의 경우, Airflow Task 중 opensea api 유무를 확인하는 센서를 개발하고 있었습니다. 당연히 opensea api URL을 타고 확인하는 작업이 컴퓨터에서 이뤄질 것이고, 그러다가 다음과 같은 오류를 냈습니다. Traceback (most recent call last): File "/..
2022.09.08 -
[Kaggle] Ubiquant Market Prediction, 금융데이터 예측 - Part 3
https://www.kaggle.com/code/miingkang/ml-from-the-beginning-to-the-end-for-newbies?scriptVersionId=91431811 ML from the beginning to the end (For newbies🐢) Explore and run machine learning code with Kaggle Notebooks | Using data from multiple data sources www.kaggle.com [원본 Kaggle kernel] 도움이 되셨다면, Upvote 누르자 >_
2022.04.03 -
[Kaggle] Ubiquant Market Prediction, 금융데이터 예측 - Part 2
https://www.kaggle.com/code/miingkang/ml-from-the-beginning-to-the-end-for-newbies?scriptVersionId=91431811 ML from the beginning to the end (For newbies🐢) Explore and run machine learning code with Kaggle Notebooks | Using data from multiple data sources www.kaggle.com [원본 Kaggle kernel] 도움이 되셨다면, Upvote 누르자 >_
2022.04.03 -
[Kaggle] Ubiquant Market Prediction, 금융데이터 예측 - Part 1
Ubiquant Market Prediction 대회가 열렸다. (사실 개최된지는 꽤... 되었지만) 대회에서 제시하는 문제를 이해하고, 어떻게 문제를 해결할지 고민하고, 실제로 설루션을 제시하는 과정을 천천히 밟아 가보자. Let's Go! https://www.kaggle.com/code/miingkang/ml-from-the-beginning-to-the-end-for-newbies?scriptVersionId=91431811 ML from the beginning to the end (For newbies🐢) Explore and run machine learning code with Kaggle Notebooks | Using data from multiple data sources www.ka..
2022.04.03