Saltar al contenido principal
InicioPythonCase Study: School Budgeting with Machine Learning in Python

Case Study: School Budgeting with Machine Learning in Python

Learn how to build a model to automatically classify items in a school budget.

Comience El Curso Gratis
4 Horas15 Videos51 Ejercicios
58.574 AprendicesTrophyDeclaración de cumplimiento

Crea Tu Cuenta Gratuita

GoogleLinkedInFacebook

o

Al continuar, acepta nuestros Términos de uso, nuestra Política de privacidad y que sus datos se almacenan en los EE. UU.
Group¿Entrenar a 2 o más personas?Pruebe DataCamp para empresas

Preferido por estudiantes en miles de empresas


Descripción del curso

Data science isn't just for predicting ad-clicks-it's also useful for social impact! This course is a case study from a machine learning competition on DrivenData. You'll explore a problem related to school district budgeting. By building a model to automatically classify items in a school's budget, it makes it easier and faster for schools to compare their spending with other schools. In this course, you'll begin by building a baseline model that is a simple, first-pass approach. In particular, you'll do some natural language processing to prepare the budgets for modeling. Next, you'll have the opportunity to try your own techniques and see how they compare to participants from the competition. Finally, you'll see how the winner was able to combine a number of expert techniques to build the most accurate model.
Empresas

Group¿Entrenar a 2 o más personas?

Obtenga acceso de su equipo a la biblioteca completa de DataCamp, con informes centralizados, tareas, proyectos y más
Pruebe DataCamp Para EmpresasPara obtener una solución a medida, solicite una demonstración.
  1. 1

    Exploring the raw data

    Gratuito

    In this chapter, you'll be introduced to the problem you'll be solving in this course. How do you accurately classify line-items in a school budget based on what that money is being used for? You will explore the raw text and numeric values in the dataset, both quantitatively and visually. And you'll learn how to measure success when trying to predict class labels for each row of the dataset.

    Reproducir Capítulo Ahora
    Introducing the challenge
    50 xp
    What category of problem is this?
    50 xp
    What is the goal of the algorithm?
    50 xp
    Exploring the data
    50 xp
    Loading the data
    50 xp
    Summarizing the data
    100 xp
    Looking at the datatypes
    50 xp
    Exploring datatypes in pandas
    50 xp
    Encode the labels as categorical variables
    100 xp
    Counting unique labels
    100 xp
    How do we measure success?
    50 xp
    Penalizing highly confident wrong answers
    50 xp
    Computing log loss with NumPy
    100 xp
  2. 2

    Creating a simple first model

    In this chapter, you'll build a first-pass model. You'll use numeric data only to train the model. Spoiler alert - throwing out all of the text data is bad for performance! But you'll learn how to format your predictions. Then, you'll be introduced to natural language processing (NLP) in order to start working with the large amounts of text in the data.

    Reproducir Capítulo Ahora
  3. 3

    Improving your model

    Here, you'll improve on your benchmark model using pipelines. Because the budget consists of both text and numeric data, you'll learn to how build pipielines that process multiple types of data. You'll also explore how the flexibility of the pipeline workflow makes testing different approaches efficient, even in complicated problems like this one!

    Reproducir Capítulo Ahora
Empresas

Group¿Entrenar a 2 o más personas?

Obtenga acceso de su equipo a la biblioteca completa de DataCamp, con informes centralizados, tareas, proyectos y más

Colaboradores

Collaborator's avatar
Hugo Bowne-Anderson
Collaborator's avatar
Yashas Roy
Collaborator's avatar
Casey Fitzpatrick

Requisitos Previos

Supervised Learning with scikit-learn
Peter Bull HeadshotPeter Bull

Co-founder of DrivenData

Ver Mas

¿Qué tienen que decir otros alumnos?

Únete a 13 millones de estudiantes y empeza Case Study: School Budgeting with Machine Learning in Python hoy!

Crea Tu Cuenta Gratuita

GoogleLinkedInFacebook

o

Al continuar, acepta nuestros Términos de uso, nuestra Política de privacidad y que sus datos se almacenan en los EE. UU.