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

added dropna to avoid crash on nan values #275

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 14, 2023

  1. added dropna to avoid crash on nan values

    added copy to any predict or predict_proba call to only pass definitiv copies
    AlexanderZender committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2541e27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    723b4b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be6cfc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. added test for nan categorical

    removed copy from predict function calls,
    added test for testing categorical labels
    AlexanderZender committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b318e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d052b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    3a9374f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f98eae5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

Commits on Nov 3, 2023

  1. Merge branch 'master' into fix-for-nan-in-categorical-types-and-value…

    …-manipulation-prevention-by-models
    AlexanderZender committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5359bc0 View commit details
    Browse the repository at this point in the history