이탤릭 볼드 이탤릭볼드
Workflow stages
- Question or problem definition.
- Acquire training and testing data.
- Wrangle, prepare, cleanse the data.
- Analyze, identify patterns, and explore the data.
- Model, predict and solve the problem.
- Visualize, report, and present the problem solving steps and final solution.
- Supply or submit the results.
GSC 버킷 접근
from google.colab import auth
auth.authenticate_user()
GCP 버킷에서 Colab으로 data 가져오기
! mkdir datasets
!gsutil -m cp -R gs://bskim_bucket/datasets/BSR/BSDS500/data/images datasets