Giter Site home page Giter Site logo

rvandewater / recipys Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 652 KB

🥧ReciPys: easily define and execute preprocessing and feature engineering steps on Pandas dataframes.

License: MIT License

Python 100.00%
tidymodels data-science pandas python scikit-learn

recipys's Introduction

LinkedIn GoogleScholar ResearchGate Medium

Hi 👋, I am a PhD candidate in AI in healthcare at the Hasso Plattner Institute. I am a Computer Scientist and Data Scientist by education. I specialize in using predictive modelling methods to derive insights from healthcare data, thereby prolonging the life of patients. I am interested in applying the ml methods to improve healthcare.

TLDR:

  • 🧠 AI in Health Researcher
  • 🧑‍🎓 Ph.D. Candidate
  • 🏛️ Hasso Plattner Institute
  • 🏠 Berlin, Germany

recipys's People

Contributors

hendrikschmidt avatar prockenschaub avatar rvandewater avatar snagnar avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

snagnar

recipys's Issues

Common tasks in `Step.transform()`

in rvandewater/YAIB#41 we raised the question whether common tasks in Step.transform() -- such as calling _check_ingredients() -- should be moved into the parent class. This is currently the case for Step.fit() with a dedicated do_fit() function that must be overridden by child classes.

Some steps are very slow

Steps like StepHistorical and StepImputeFill can take a long time. We may want to think about ways to speed those up. For example, I have in the past been able to speed up pandas ffill by inserting stopping rows between patients and then running ffill on the ungrouped dataframe.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.