30 datasets found
  1. Titanic - Challenge - Dataset

    • kaggle.com
    Updated Apr 26, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Aziz ullah Khan (2021). Titanic - Challenge - Dataset [Dataset]. https://www.kaggle.com/azizullah444/titanic-challenge-dataset/discussion
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Apr 26, 2021
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Aziz ullah Khan
    Description

    Dataset

    This dataset was created by Aziz ullah Khan

    Contents

  2. Titanic Dataset Competition

    • kaggle.com
    Updated Dec 19, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Cynthia Barasa (2022). Titanic Dataset Competition [Dataset]. https://www.kaggle.com/datasets/cynthycynthy/titanicdataset/data
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Dec 19, 2022
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Cynthia Barasa
    Description

    The Titanic dataset is a well-known dataset that provides information on the passengers who were onboard the fateful voyage of the RMS Titanic. The data includes details such as the passenger's name, age, gender, ticket class, fare paid, and information on their family members. The dataset also includes a column called "Survived" which indicates whether a passenger survived the disaster or not.

    There are a total of 891 rows in the dataset, with 12 columns. Some of the key columns in the dataset include:

    PassengerId: a unique identifier for each passenger • Survived: a binary variable that indicates whether the passenger survived (1) or did not survive (0) the disaster • Pclass: the ticket class of the passenger (1 = first class, 2 = second class, 3 = third class) • Name: the name of the passenger • Sex: the gender of the passenger (male or female) • Age: the age of the passenger (some values are missing) • SibSp: the number of siblings or spouses the passenger had on board • Parch: the number of parents or children the passenger had on board • Ticket: the ticket number of the passenger • Fare: the fare paid by the passenger • Cabin: the cabin number of the passenger (some values are missing) • Embarked: the port at which the passenger embarked (C = Cherbourg, Q = Queenstown, S = Southampton)

    Overall, the key challenges I encountered when working on the Titanic dataset were: how to handle missing values and imbalanced classes, encode categorical variables, reduce the dimensionality of the dataset, and identify and handle noise in the data.

    Here are a few tips and resources that I found helpful when getting started in the Titanic dataset competition: 1. Get familiar with the dataset 2. Pre-process the data 3. Split the data into training and test sets 4. Try out a few different algorithms 5. Tune the hyper parameters 6. Evaluate the model

    Here are a few resources that I found helpful as I started Working on the competition: • Kaggle's Titanic tutorial • scikit-learn documentation. • Pandas documentation

  3. A

    ‘Titanic Dataset’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Jan 28, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2022). ‘Titanic Dataset’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-titanic-dataset-bec7/bfa18318/?iid=006-936&v=presentation
    Explore at:
    Dataset updated
    Jan 28, 2022
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Titanic Dataset’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/yasserh/titanic-dataset on 28 January 2022.

    --- Dataset description provided by original source is as follows ---

    https://raw.githubusercontent.com/Masterx-AI/Project_Titanic_Survival_Prediction_/main/titanic.jpg" alt="">

    Description:

    The sinking of the Titanic is one of the most infamous shipwrecks in history.

    On April 15, 1912, during her maiden voyage, the widely considered “unsinkable” RMS Titanic sank after colliding with an iceberg. Unfortunately, there weren’t enough lifeboats for everyone on board, resulting in the death of 1502 out of 2224 passengers and crew.

    While there was some element of luck involved in surviving, it seems some groups of people were more likely to survive than others.

    In this challenge, we ask you to build a predictive model that answers the question: “what sorts of people were more likely to survive?” using passenger data (ie name, age, gender, socio-economic class, etc).

    Acknowledgements:

    This dataset has been referred from Kaggle: https://www.kaggle.com/c/titanic/data.

    Objective:

    • Understand the Dataset & cleanup (if required).
    • Build a strong classification model to predict whether the passenger survives or not.
    • Also fine-tune the hyperparameters & compare the evaluation metrics of various classification algorithms.

    --- Original source retains full ownership of the source dataset ---

  4. Titanic Dataset

    • kaggle.com
    Updated Dec 24, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    M Yasser H (2021). Titanic Dataset [Dataset]. https://www.kaggle.com/datasets/yasserh/titanic-dataset/discussion
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Dec 24, 2021
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    M Yasser H
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    https://raw.githubusercontent.com/Masterx-AI/Project_Titanic_Survival_Prediction_/main/titanic.jpg" alt="">

    Description:

    The sinking of the Titanic is one of the most infamous shipwrecks in history.

    On April 15, 1912, during her maiden voyage, the widely considered “unsinkable” RMS Titanic sank after colliding with an iceberg. Unfortunately, there weren’t enough lifeboats for everyone on board, resulting in the death of 1502 out of 2224 passengers and crew.

    While there was some element of luck involved in surviving, it seems some groups of people were more likely to survive than others.

    In this challenge, we ask you to build a predictive model that answers the question: “what sorts of people were more likely to survive?” using passenger data (ie name, age, gender, socio-economic class, etc).

    Acknowledgements:

    This dataset has been referred from Kaggle: https://www.kaggle.com/c/titanic/data.

    Objective:

    • Understand the Dataset & cleanup (if required).
    • Build a strong classification model to predict whether the passenger survives or not.
    • Also fine-tune the hyperparameters & compare the evaluation metrics of various classification algorithms.
  5. Titanic dataset

    • kaggle.com
    Updated Feb 29, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sidra Kousar (2024). Titanic dataset [Dataset]. https://www.kaggle.com/datasets/sidrakousar/titanic-dataset/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Feb 29, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Sidra Kousar
    License

    http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.htmlhttp://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

    Description

    The Titanic dataset is a popular dataset used for data analysis and machine learning tasks. It contains various information about passengers aboard the Titanic, including whether they survived or not. Here's a brief description of each of the columns:

    PassengerId: A unique identifier for each passenger. Survived: Indicates whether the passenger survived or not. (0 = No, 1 = Yes) Pclass: Ticket class (1 = 1st, 2 = 2nd, 3 = 3rd) Name: Name of the passenger. Sex: Gender of the passenger. Age: Age of the passenger in years. (Fractional if less than 1) SibSp: Number of siblings or spouses aboard the Titanic. Parch: Number of parents or children aboard the Titanic. Ticket: Ticket number. Fare: Fare paid for the ticket. Cabin: Cabin number. Embarked: Port of embarkation (C = Cherbourg, Q = Queenstown, S = Southampton) This dataset is often used for tasks such as predicting survival based on various factors or analyzing demographics of passengers aboard the Titanic.

  6. Titanic: Machine Learning from Disaster

    • kaggle.com
    Updated Oct 15, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Simon (2017). Titanic: Machine Learning from Disaster [Dataset]. https://www.kaggle.com/shuofxz/titanic-machine-learning-from-disaster/tasks
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Oct 15, 2017
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Simon
    License

    http://opendatacommons.org/licenses/dbcl/1.0/http://opendatacommons.org/licenses/dbcl/1.0/

    Description

    Dataset

    This dataset was created by Simon

    Released under Database: Open Database, Contents: Database Contents

    Contents

  7. A

    Aluminium Titanic Boron Alloy Report

    • promarketreports.com
    doc, pdf, ppt
    Updated Apr 11, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Pro Market Reports (2025). Aluminium Titanic Boron Alloy Report [Dataset]. https://www.promarketreports.com/reports/aluminium-titanic-boron-alloy-95540
    Explore at:
    pdf, doc, pptAvailable download formats
    Dataset updated
    Apr 11, 2025
    Dataset authored and provided by
    Pro Market Reports
    License

    https://www.promarketreports.com/privacy-policyhttps://www.promarketreports.com/privacy-policy

    Time period covered
    2025 - 2033
    Area covered
    Global
    Variables measured
    Market Size
    Description

    The global Aluminium Titanic Boron Alloy market is experiencing robust growth, driven by increasing demand from the aluminum and casting industries. While the exact market size for 2025 is not provided, we can reasonably estimate it based on available information and industry trends. Assuming a moderately conservative market size of $500 million in 2025 and a Compound Annual Growth Rate (CAGR) of, let's say, 7% (a realistic figure given the growth potential of these industries and the alloy's properties), the market is projected to reach significant value by 2033. This growth is fueled by several factors, including the alloy's superior strength-to-weight ratio, enhanced corrosion resistance, and improved weldability compared to traditional aluminum alloys, making it particularly attractive for automotive, aerospace, and marine applications. The segmentation by type (varying boron and titanium content) reflects the diverse needs of different industries, with the 5% Boron variants potentially capturing a larger market share due to their enhanced properties. The key application segments, Aluminum and Casting industries, are expected to continue driving demand, with potential expansion into other sectors as the alloy's benefits become more widely recognized. The geographical distribution of the market reflects established industrial hubs and emerging economies. North America and Europe currently hold significant market shares, benefiting from established manufacturing bases and strong demand. However, the Asia-Pacific region, particularly China and India, is expected to exhibit faster growth due to rapid industrialization and increasing investment in infrastructure projects. Competitive dynamics in the market are shaped by a mix of established players and regional manufacturers, suggesting potential for both consolidation and new market entrants. Challenges such as fluctuating raw material prices and the need for specialized manufacturing processes could potentially constrain growth to some degree, but the overall market outlook remains optimistic, with significant growth projected throughout the forecast period (2025-2033). This comprehensive report provides an in-depth analysis of the burgeoning Aluminium Titanic Boron Alloy market, projected to reach $250 million by 2028. We delve into the concentration, characteristics, key trends, dominant segments, and future growth catalysts for this specialized alloy, offering invaluable insights for industry stakeholders, investors, and researchers. Keywords: Aluminium Titanic Boron Alloy, Boron Alloy, Titanium Alloy, Aluminum Alloys, Casting Alloys, Metal Alloys, Material Science, Market Analysis, Market Research, Industry Trends.

  8. Titanic DataSet

    • kaggle.com
    Updated Jan 8, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Jenkins Ruban (2018). Titanic DataSet [Dataset]. https://www.kaggle.com/jenkinsruban/titanic-dataset/tasks
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jan 8, 2018
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Jenkins Ruban
    Description

    Dataset

    This dataset was created by Jenkins Ruban

    Contents

  9. The Complete Titanic Dataset

    • kaggle.com
    Updated Jan 4, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Vinicius Barbosa Paiva (2020). The Complete Titanic Dataset [Dataset]. https://www.kaggle.com/vinicius150987/titanic3/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jan 4, 2020
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Vinicius Barbosa Paiva
    Description

    The sinking of the Titanic is one of the most infamous shipwrecks in history.

    On April 15, 1912, during her maiden voyage, the widely considered “unsinkable” RMS Titanic sank after colliding with an iceberg. Unfortunately, there weren’t enough lifeboats for everyone onboard, resulting in the death of 1502 out of 2224 passengers and crew.

    While there was some element of luck involved in surviving, it seems some groups of people were more likely to survive than others.

    In this challenge, we ask you to build a predictive model that answers the question: “what sorts of people were more likely to survive?” using passenger data (ie name, age, gender, socio-economic class, etc).

  10. Titanic Dataset - EDA & Logistic Regression

    • kaggle.com
    Updated Feb 19, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    RabbiTheAnalyst (2025). Titanic Dataset - EDA & Logistic Regression [Dataset]. https://www.kaggle.com/datasets/mdrabbiali/titanic-data-set/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Feb 19, 2025
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    RabbiTheAnalyst
    License

    Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0)https://creativecommons.org/licenses/by-nc-sa/4.0/
    License information was derived automatically

    Description

    Description The sinking of the Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the widely considered “unsinkable” RMS Titanic sank after colliding with an iceberg. Unfortunately, there weren’t enough lifeboats for everyone on board, resulting in the death of 1502 out of 2224 passengers and crew. While there was some element of luck involved in surviving, it seems some groups of people were more likely to survive than others. In this challenge, we ask you to build a predictive model that answers the question: “what sorts of people were more likely to survive?” using passenger data (ie name, age, gender, socio-economic class, etc).

    Objective:

    1. Survival Prediction: To build a logistic regression model that accurately predicts the survival of passengers based on features such as age, gender, passenger class, and number of siblings/spouses aboard.

    2. Data Cleaning and Preprocessing:To perform data cleaning by handling missing values, removing unnecessary columns, and encoding categorical variables to prepare the dataset for analysis.

    3. Exploratory Data Analysis (EDA): To conduct a thorough exploratory data analysis to visualize survival rates and identify patterns based on various factors like gender, passenger class, and embarked location.

    4. Feature Importance Analysis: To analyze the correlation between different features and their impact on survival rates, identifying which factors are the most significant predictors of survival.

    5. Model Evaluation: To evaluate the performance of the logistic regression model using accuracy scores and classification reports, ensuring that the model generalizes well to unseen data.

    6. ROC Curve Analysis: To create a ROC curve to assess the trade-off between the true positive rate and false positive rate, providing insights into the model's ability to distinguish between survivors and non-survivors.

    7. Insights and Recommendations: To derive insights from the analysis that could inform future safety measures or policies related to passenger safety in maritime travel.

  11. Global Aluminium Titanic Boron Alloy Market Investment Landscape 2025-2032

    • statsndata.org
    excel, pdf
    Updated Jun 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Stats N Data (2025). Global Aluminium Titanic Boron Alloy Market Investment Landscape 2025-2032 [Dataset]. https://www.statsndata.org/report/aluminium-titanic-boron-alloy-market-230499
    Explore at:
    excel, pdfAvailable download formats
    Dataset updated
    Jun 2025
    Dataset authored and provided by
    Stats N Data
    License

    https://www.statsndata.org/how-to-orderhttps://www.statsndata.org/how-to-order

    Area covered
    Global
    Description

    The Aluminium Titanic Boron Alloy market is witnessing significant growth, driven by its unique properties that make it an ideal material for various industrial applications. This lightweight alloy, known for its excellent strength-to-weight ratio, corrosion resistance, and thermal stability, has established itself

  12. titanic

    • kaggle.com
    Updated Jul 6, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    leedoohwan (2021). titanic [Dataset]. https://www.kaggle.com/leedoohwan/titanic/tasks
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jul 6, 2021
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    leedoohwan
    Description

    Dataset

    This dataset was created by leedoohwan

    Contents

  13. Titanic EDA Data

    • kaggle.com
    Updated Jul 4, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Pranjal Yadav (2025). Titanic EDA Data [Dataset]. https://www.kaggle.com/datasets/pranjalyadav92905/titanic-eda-data/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jul 4, 2025
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Pranjal Yadav
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    This dataset contains cleaned Titanic passenger data for EDA and machine learning tasks. Includes features like age, sex, class, fare, and family details. Ideal for survival prediction and beginner ML projects.

    🚀 Great for:

    Feature engineering

    Data visualization

    Classification modeling

    🔄 Both train and test sets included.

    💬 If you find this dataset helpful, please upvote and share your notebook!

  14. Titanic survive model

    • kaggle.com
    Updated Jan 27, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Aly El-badry (2025). Titanic survive model [Dataset]. https://www.kaggle.com/datasets/alyelbadry/titanic-survive-model/data
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jan 27, 2025
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Aly El-badry
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Titanic Passenger Data

    This dataset contains information about the passengers aboard the RMS Titanic, which tragically sank during its maiden voyage in April 1912. It provides detailed data points for survival analysis and predictive modeling, including demographic details, ticket class, fare, and survival outcomes.

    Dataset Highlights:

    • Passenger Details: Information such as Name, Age, Gender, and Embarked Port.
    • Socioeconomic Status: Passenger Class (1st, 2nd, or 3rd) and Fare Price.
    • Survival Information: Whether the passenger survived or perished.
    • Family Relationships: Number of Siblings/Spouses and Parents/Children aboard.

    This dataset is ideal for exploring patterns of survival, understanding social dynamics aboard the Titanic, and testing machine learning models for classification problems.

    Suggested Use Cases:

    • Survival rate analysis by age, gender, or class.
    • Building classification models for survival prediction.
    • Statistical tests and hypothesis exploration on historical data.

    Dive in to analyze one of the most famous shipwrecks in history!

  15. Titanic

    • kaggle.com
    zip
    Updated Oct 7, 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Python (2021). Titanic [Dataset]. https://www.kaggle.com/pythonafroz/titanic
    Explore at:
    zip(22491 bytes)Available download formats
    Dataset updated
    Oct 7, 2021
    Authors
    Python
    Description

    Dataset

    This dataset was created by Python

    Contents

    It contains the following files:

  16. titanic

    • kaggle.com
    Updated Jun 6, 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    matin nb (2021). titanic [Dataset]. https://www.kaggle.com/matinnb/titanic/tasks
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jun 6, 2021
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    matin nb
    Description

    Dataset

    This dataset was created by matin nb

    Contents

  17. A

    ‘Big Data Certification KR’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Nov 13, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2021). ‘Big Data Certification KR’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-big-data-certification-kr-0bbc/7b46b01b/?iid=008-150&v=presentation
    Explore at:
    Dataset updated
    Nov 13, 2021
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Big Data Certification KR’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/agileteam/bigdatacertificationkr on 12 November 2021.

    --- Dataset description provided by original source is as follows ---

    빅데이터 분석기사 실기 준비 놀이터

    함께 놀아볼까요? 무궁화 꽃이 피었습니다 😜 빅데이터 분석기사 실기 준비를 위한 데이터 셋입니다. (예상 문제에 따라 업데이트 될 수 있음) 더 좋은 코드를 만든다면 많은 공유 부탁드려요🎉 (Python과 R모두 환영합니다.)

    👋 Tasks👋

    • 모의 문제에 대한 풀이를 제출(submit)해 공유하고 있어요!

    작업형1 문제별 키워드

    • T1. Exam Question (2nd round) / 기출 (2회차)
    • T1. Exercise / 예시문제 (dataq 공식 예제)
    • T1-1.Outlier(IQR) / #이상치 #IQR
    • T1-2.Outlier(age) / #이상치 #소수점나이
    • T1-3. Missing data / #결측치 #삭제 #중앙 #평균
    • T1-4. Skewness and Kurtosis (Log Scale) / #왜도 #첨도 #로그스케일
    • T1-5. Standard deviation / #표준편차
    • T1-6. Groupby Sum / #결측치 #조건
    • T1-7. Replace / #값변경 #조건 #최대값
    • T1-8. Cumulative Sum / #누적합 #결측치 #보간
    • T1-9. Standardization / #표준화 #중앙값
    • T1-10. Yeo-Johnson and Box–Cox / #여존슨 #박스-콕스 #결측치 #최빈값
    • T1-11. min-max scaling / #스케일링 #상하위값
    • T1-12. top10-bottom10 / #그룹핑 #정렬 #상하위값
    • T1-13. Correlation / #상관관계
    • T1-14. Multi Index & Groupby / #멀티인덱스 #정렬 #인덱스리셋 #상위값
    • T1-15. Slicing & Condition / #슬라이싱 #결측치 #중앙값 #조건
    • T1-16. Variance / #분산 #결측치전후값차이

    작업형2 데이터

    • T2. Exam Question (2nd round) / 기출 (2회차) : E-Commerce Shipping Data
    • T2. Exercise / 예시문제 : 백화점고객의 1년간 데이터 (dataq 공식 예제)
    • T2-1. Titanic (classification) / 타이타닉
    • T2-2. Pima Indians Diabetes (classification) / 당뇨병

    6 주 완성 코스 (아래 표 참고)

    주차유형(에디터)번호
    6주 전작업형1(노트북)T1-1, T1-2, T1-3, T1-4, T1-5
    5주 전작업형1(노트북)T1-6, T1-7, T1-8, T1-9, T1 EQ(기출),
    4주 전작업형1(스크립트), 작업형2(노트북)T1-10, T1-11, T1-12, T1-13, T1.Ex(예시), T2EQ(기출), T2-1
    3주 전작업형1(스크립트), 작업형2(노트북)
    2주 전작업형2(스크립트)
    1주 전작업형1, 작업형2(스크립트)

    👋 Code👋

    • 활용방법 : 노트북(코드) 클릭 후 우측 상단에 'copy & edit' 하면 사용한 데이터 셋과 함께 노트북이 열려요!!
    • 예시 문제 및 기출 유형 Tutorial
    • 모의문제 출제 및 풀이 ("kim tae heon" 검색)
    • 작업형1 : 'T1' 을 검색해주세요!
    • 작업형2 : 'T2'를 검색해주세요!

    👋 Discussion👋

    • 필답형 예상문제 제출
    • 작업형 예상문제 제출

    응시환경 체험

    https://goor.me/EvH8T

    빅분기 실기 준비 가이드 (파이썬)

    🔥 파이썬 🔥

    🔥 판다스 🔥

    🔥 모의 문제 풀이 🔥

    ⚡️필답형 준비⚡️

    1. 예상문제 : https://www.kaggle.com/agileteam/bigdatacertificationkr/discussion/277013
    2. 개념학습 : https://www.hira.or.kr/ebooksc/ebook_659/ebook_659_202109300534201190.pdf

    함께 공부하며 성장했으면 해요!!!:)

    안내 링크가 아닌 복사로 블로그 포스팅 또는 출판물 등에 사용하시면 안 됩니다. 본 자료에 대한 허가되지 않은 배포를 금지합니다.

    --- Original source retains full ownership of the source dataset ---

  18. Titanic

    • kaggle.com
    Updated Oct 18, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    LuisaAPF (2017). Titanic [Dataset]. https://www.kaggle.com/luisaapf/titanic/tasks
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Oct 18, 2017
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    LuisaAPF
    License

    Open Database License (ODbL) v1.0https://www.opendatacommons.org/licenses/odbl/1.0/
    License information was derived automatically

    Description

    Dataset

    This dataset was created by LuisaAPF

    Released under Database: Open Database, Contents: © Original Authors

    Contents

  19. Titanic

    • kaggle.com
    zip
    Updated Jun 24, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    S Sandeep Sagar (2019). Titanic [Dataset]. https://www.kaggle.com/sagarsandeep029/titanic
    Explore at:
    zip(114658 bytes)Available download formats
    Dataset updated
    Jun 24, 2019
    Authors
    S Sandeep Sagar
    Description

    Dataset

    This dataset was created by S Sandeep Sagar

    Contents

  20. DataCampTraining(Titanic)

    • kaggle.com
    Updated Jan 5, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    MahdiJavid (2017). DataCampTraining(Titanic) [Dataset]. https://www.kaggle.com/mahdijavid/datacamptraining/tasks
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jan 5, 2017
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    MahdiJavid
    Description

    Context

    There's a story behind every dataset and here's your opportunity to share yours.

    Content

    What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too.

    Acknowledgements

    We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.

    Inspiration

    Your data will be in front of the world's largest data science community. What questions do you want to see answered?

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Aziz ullah Khan (2021). Titanic - Challenge - Dataset [Dataset]. https://www.kaggle.com/azizullah444/titanic-challenge-dataset/discussion
Organization logo

Titanic - Challenge - Dataset

Explore at:
CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
Dataset updated
Apr 26, 2021
Dataset provided by
Kagglehttp://kaggle.com/
Authors
Aziz ullah Khan
Description

Dataset

This dataset was created by Aziz ullah Khan

Contents

Search
Clear search
Close search
Google apps
Main menu