Esther Undiedequeen.hashnode.dev路Oct 13, 2024Master Python Functions: The Ultimate Beginner's GuideA Function in programing is a named sequence of statements that performs a computation. It is a block of code which runs only when it is called. so when you define a function, you specify the name and the sequence of statements. Later, you call the f...Discuss路1 likeAI Academy
Beau CarnesforfreeCodeCampfreecodecamp.org路Sep 30, 2024Improve Your Data Science Skills by Solving Kaggle ChallengesData science competitions can help you improve your data science skills. We just posted a course on the freeCodeCamp.org YouTube channel that is designed to help you understand and complete Kaggle competitions, from data exploration to model building...Discusskaggle
Ammarammarite.hashnode.dev路Sep 15, 2024Why Kaggle is So OPPersonally, Kaggle is sufficient enough for someone for data science starter, or even to delve deeper in data science field. This article was written after having a conversation with a Kaggle Master, listening to some Kaggle Grandmaster Podcast, and ...Discusskaggle
Nischal Baidarnischalbaidar.hashnode.dev路Aug 23, 2024馃幁 How to Connect Kaggle with Google Colab and Download Datasets! 馃摜Connecting Kaggle with Google Colab is super easy! By following the steps below, you can download datasets directly into your Colab environment and start working on your machine learning projects right away. 馃殌 Step 1: Create a Kaggle Account and Gen...Discuss路30 readsconnectkaggleandgooglecolab
Amey Poteameypote.hashnode.dev路Aug 1, 2024Lights, Camera, Algorithms: Developing a Content-Based Movie Recommendation SystemHey there! I'm Amey Pote, and I recently developed a content-based movie recommendation system as part of my machine learning journey. I wanted to share my experience and the steps I took to build this system, leveraging advanced pre-processing techn...Discuss路10 likesMachine Learning
Muhammad Fahad Bashirmfahadbashir.hashnode.dev路Jul 25, 2024Getting Started with Pandas: The Key Functions You Need to KnowPandas is a powerful Python library used for data analysis and manipulation. It is a crucial tool in Exploratory Data Analysis (EDA), which is a fundamental step in machine learning. Pandas offers numerous built-in functions that enable faster and mo...Discusspandas
Pauline B.lynnbee.hashnode.dev路Jun 28, 2024Exploring the Retail Sales Kaggle DatasetHello everyone! 馃憢 I鈥檓 excited to share insights from my first task in the HNG11 internship Data Analytics track. Let鈥檚 review the dataset and see what we can discover! Introduction HNG internship is a fast-paced bootcamp for learning digital skills ...Discuss路26 readsHnginternship
Shamso Osmanshamsoosman.hashnode.dev路Jun 27, 2024Technical Report: First Glance Analysis of Titanic DatasetIntroduction This report presents an initial analysis of the Titanic dataset, which contains information about passengers aboard the RMS Titanic from the Kaggle Dataset. The purpose of this review is to identify immediate insights from the data. This...Discuss路37 readsHNG Data AnalysisData Science
Md. Fahim Bin AminforfreeCodeCampfreecodecamp.org路Feb 8, 2024How to Download a Kaggle Dataset Directly to a Google Colab NotebookKaggle is a popular data science-based competition platform that has a large online community of data scientists and machine learning engineers. The platform contains a ton of datasets and notebooks that you can use to learn and practice your data sc...DiscussData Science
Robert Wynnrobai.hashnode.dev路Jan 5, 2024How to Prepare a Machine Learning Dataset using Tkinter (Python)Here is the link for the Instagram Kaggle dataset: https://www.kaggle.com/datasets/shmalex/instagram-images/data If you just want to see the code/what I did, scroll down to "The Solution". Intro I recently completed the Zero to Mastery Machine Learni...DiscussMachine Learning