전체 글 - Table of Contents332

T-test 👉 《One-sample T-test (w/ python code)》 👒 저번 시간에 statistics에서 빼놓을 수 없는 '가설검정 TEST - Hypothesis Test'에 대해 배웠다. Hypothesis Test: H0 & Ha - concepts 1. Hypothesis Testing? → Null Hypothesis(H0) 🙆‍♂️ 1▶ Create a Hypothesis (without stating H0) ▷ (if data gives us strong evidence that the hypothesis is wrong) we can reject the Hypothes.. sh-avid-learner.tistory.com - H0을 세우고 Ha를 이용해 H0을 기각하는 결론을 내리는 hypothesis test! - 🙌 이번 시간에는 해당 가설검정 tes.. Statistics/Concepts(+codes) 2022. 4. 5.
(python) what are NaN, Null, NA, None ? -- python에 한정해서 (R 아님! 🤗) -- * None vs NaN(NA) as of None... ☆ None is used to define a null value. It is not the same as an empty string, False, or a zero. It is a data type of the class NoneType object. Assigning a value of None to a variable is one way to reset it to its original, empty state. → 즉 None은 말그대로 missing data - 아무것도 없는, 데이터가 빠진 공간이라 생각하면 된다. → 함수가 아무것도 return하지 않으면 None을 return → .. Failures & Issues/problem-solution 2022. 4. 4.
[인적자원] 수행조직 구성하기 1️⃣ IT플젝의 역할, 책임, 보조관계 확인하고 문서화 2️⃣ IT플젝의 초기에 IT플젝의 미션과 임무의 난이도, 팀원들의 운영방식 등을 식별하여 조직의 체계를 구성 3️⃣ IT플젝 수행조직의 문화와 운영특성을 고려하여 기능적 조직구조와 IT플젝 중심 조직구조를 혼합하여 운영방식 결정 4️⃣ 프로젝트 조직 구성 & 계획에 따른 자원산정 - 자원의 속성으로 출처, 단위, 투입, 종료 등 기록 가능 1. IT 프로젝트에서의 역할 및 책임 → 역할) 플젝 팀원에게 배정된 직위 - 비즈니스 분석가, 프로젝트 관리자, 개발자 등이 있다 → 활동) 수행하면서 도출되는 산출물 기준 정의 - 요구사항, 비즈니스 프로세스 등 → 책임) 역할에 연계되어 팀원에게 배정되어 수행 및 완료하도록 기대하는 의무와 작업 → RA.. IT knowledge/(etc) 2022. 4. 4.
Python Basics(1). (from Coursera) 1) Python Basics # Types e.g) 11 (int) / 12.32 (float) - can check the specifics of floats 'sys.float_info' / "I love Python" (str) / True, False (bool) → By using the data type, we can see the actual data type (type(11) = int) → type casting) change the type of the expression (float(2), int(2.2), string(1), int(True) = 1) # Expressions & Variables → Expressions describe a type of operation the .. Python/Fundamentals 2022. 4. 4.
pandas Tricks_07👉🏻 'Filtering - isin & tilde(~)&nlargest' (Kevin by DataSchool) Q. dataframe 자체 내에 연산자를 써서 condition으로 data를 나눌 수 있다. 이 때 isin method & tilde를 써서 좀 더 깔끔하게! filtering 가능 A. condition에 isin method 사용, 그리고 tilde(~)를 condition 맨 앞에 붙이기 ∬ isin docu ∬ https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.isin.html DataFrame.isin(values) Q) 타이타닉호 탑승자 중 Southampton & Queenstown 출신 / 이 두 지역이 아닌 사람들 data filtering하기 > titanic dataset 준비 & 'embark_town' column .. Python/Pandas&Numpy 2022. 3. 31.
(basic) CLI & 간단 명령어 (linux) & python 가상환경 CLI vs. GUI 🤸🏽 기초지식으로 알아야 할 부분들 정리해보려 한다! 🤸🏽 1> CLI(Command Line Interface) = '글자 기반으로 명령과 결과가 진행되는 환경' * 터미널(terminal) ≫ 글자 기반으로 명령을 전달하는 어플리케이션 → CLI를 통해 shell이 실행됨 (The shell is basically a program that takes your commands from the keyboard and sends them to the operating system to perform) → 운영체제 OS가 작동되게 하는 shell program은 키보드 입력으로 받은 명령어로 작동되므로 우리는 CLI인 환경에 익숙해져야 함 → 대표적인 shell은 bash shell .. Computer Science/Basics 2022. 3. 31.
Git fundamentals (w/GitHub) 🖐 반드시 알아야 하는 Git * 저번 시간에 couresra 강좌에서 VCS에 대해서 배웠음 What is VCS? * VCS(Version Control System) concepts 💁🏻‍♂️ GOAL of VCS = 'To Keep track of Changes made to our files' → when try to manage some changes in IT, it's super important to have detailed historic.. sh-avid-learner.tistory.com * 이제 VCS의 일종인 Git에 대해서 알아보자! (추가로 GitHub까지) (참고로 git은 그림으로 이해하는게 BEST다. 그리고 직접 해보는게 장땡!) Git은 일종의 snapshot을 찍어.. IT knowledge/VCS 2022. 3. 31.
[일정] 공정자원 할당하기 1️⃣ 각 상세의 수행 업무 특성을 고려하여 투입 가능한 인력의 생산성 추정 2️⃣ 전체 인력의 기간별 가용상황을 고려하여 공정의 자원 할당 조정 3️⃣ 확장된 공정의 각 상세 작업에 필요한 인력과 시간을 추정하여 할당 가능 1. 공정 자원 할당 ITTO 개요 → 주요 입력 - 프로젝트 관리 계획서 - 범위 기술서) 숙련된 자원의 계약 조건 및 요구사항과 같은 제약사항 정보의 가용성이나 조건과 같은 가정사항 - 활동원가 산정치 - 자원 달력 - 위험관리대장 - 활동 목록 및 활동 속성 - 기업환경요인과 조직 프로세스 자산 2. 도구와 기법 [1] 인력 생산성 추정 기법 * 모수 추정 기법 → 노력 = 개발 규모 * 생산성, 기능점수 → 개발생산성 = (개발한 FP) / 프로젝트 투입량(MM) (단위: F.. IT knowledge/(etc) 2022. 3. 31.
What is VCS? * VCS(Version Control System) concepts 💁🏻‍♂️ GOAL of VCS = 'To Keep track of Changes made to our files' → when try to manage some changes in IT, it's super important to have detailed historical info → this lets the managers see what was modified and when (can be criticial to troubleshooting) → also provides a documentation trail for future IT specialists to understand why the infrastructure is t.. IT knowledge/VCS 2022. 3. 31.
Intro + Aesthetics, Data Type & Scales (source from <Fundamentals of DV by Claus O.Wilke>) * Intro "Data visualization is part art and part science. The challenge is to get the art right without getting the science wrong and vice versa. A data visualization first and foremost has to accurately convey the data. It must not mislead or distort. If one number is twice as large as another, but in the visualization they look to be about the same, then the visualization is wrong. At the same.. Visualizations/Fundamentals of DV by Claus O. Wilke 2022. 3. 30.
[일정] 선후관계 설정하기 [일정] 공정 정의하기 → 시스템의 개발목표, 기술적 특성, 개발팀의 상황을 고려하여 공정 선정 → IT 프로젝트의 일정, 인력, 이행조건 등 제약사항을 파악하여 부합하도록 표준 공정을 조정 및 수정 → IT 프로젝 sh-avid-learner.tistory.com → IT프로젝트의 세부목표에 따라 우선 수행해야 할 활동을 선별하여 설정할 수 있다 → IT프로젝트 특성과 제약사항을 반영하여 작업 일정 간 선후관계 조정 → 각 공정과 세부작업들 간 상관관계에 따라 선후관계를 설정하고 일정을 조정할 수 있다 1. 선후관계 설정 - 앞선 1. 공정 정의는 상단 포스팅 참조! 이번 포스팅은 - [1] 선후관계 설정 ITTO {1} input → 프로젝트 관리 계획서) 프로젝트 수행의 구체적인 방법 & 도구 / .. IT knowledge/(etc) 2022. 3. 30.
REST API example - Coingecko API 👋 저번 시간에 section에서 REST API에 대해 배운 적이 있다..! Tools for Data Science (from Coursera) 1. Data Scientist's Toolkit [1] Languages of Data Science # Python → by far the most popular programming language for data science → it uses clear, readable syntax. You can do many of the thi.. sh-avid-learner.tistory.com 💪 요약하자면, API중 HTTP 방식으로 client와 web service 간 메세지를 주고 받는 방식을 REST API라고 함. '* Rest API’s func.. Computer Science/Concepts 2022. 3. 30.