Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC california housing example #308

Merged

Commits on Feb 28, 2023

  1. Add guide using California Housing dataset

    To quote:
    
    The goal of this exercise is to go through a semi-realistic data science
    and machine learning task and develop a practical solution for it. We
    will learn about the following topics:
    
    - Perform *exploratory data analysis*
    - Do some non-trivial *feature engineering*
    - Explain how the feature engineering informs the *choice of machine
      learning model* and vice versa
    - Show how to make use of a couple of *advanced scikit-learn* features
      and explain why we use them - Create a *model card* that provides
      useful information about the model
    - Share the model by uploading it to the *Hugging Face Hub*
    BenjaminBossan committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    0806a6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ef7f53 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    3577187 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    569df5e View commit details
    Browse the repository at this point in the history
  2. Change N_JOBS to 1

    BenjaminBossan committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    5e947ea View commit details
    Browse the repository at this point in the history
  3. Allow add_permutation_importances to take Path

    Previously, it was annotated as only taking str.
    BenjaminBossan committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    ebca2ab View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    dd71d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d48d12b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e5167a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a465cb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    232ebda View commit details
    Browse the repository at this point in the history