Yahoo India Web Search

Search results

  1. Predict survival on the Titanic and get familiar with ML basics.

  2. This repository serves as your gateway to exploring the rich insights hidden within the Titanic dataset using Python and Kaggle. Delve deep into the realm of classification techniques and machine learning algorithms

  3. The goal is to predict who onboard the Titanic survived the accident. In our initial analysis, we wanted to see how much the predictions would change when the input data was scaled properly as opposed to unscaled (violating the assumptions of the underlying SVM model).

  4. Firstly, you need to download the dataset in Data Explorer by going into the Data tab (Figure 5.5). You should be downloading both 'train.csv' and 'test.csv'. After downloading the files, you should be navigating to DataLab .

  5. Solution. In a form of a jupyter notebook, my solution goes through the basic steps of a data science pipeline: Exploratory data analysis with visualizations. Data cleaning. Feature engineering. Modeling. Modelfine-tuning. Note that I have included a script with stacking for information only as it achive lower score.

  6. rstudio-pubs-static.s3.amazonaws.com › 935617_c17fece8577941059e4e2fbee55fc0adTitanic - Machine Learning from Disaster

    Titanic project overview. The training set should be used to build your machine learning models. For the training set, we provide the outcome (also known as the “ground truth”) for each passenger. Your model will be based on “features” like passengers’ gender and class.

  7. A public repo of datasets. Contribute to datasciencedojo/datasets development by creating an account on GitHub.

  8. May 30, 2024 · The Titanic dataset is available on Kaggle, and you can download it from Titanic — Machine Learning from Disaster. Save the train.csv and test.csv files in your working directory.

  9. Explore and run machine learning code with Kaggle Notebooks | Using data from No attached data sources.

  10. Mar 31, 2022 · Discover the fascinating world of Titanic dataset analysis using Python and Kaggle. This in-depth blog tutorial explores classification techniques and machine learning algorithms. Dive into data preprocessing, feature engineering, and model evaluation.