Giter Site home page Giter Site logo

adrianantico / retrofit Goto Github PK

View Code? Open in Web Editor NEW
15.0 15.0 6.0 1.02 GB

Automation of feature engineering, machine learning, model evaluation, model interpretation, eda, forecasting, recommender systems and more.

License: GNU Affero General Public License v3.0

Python 100.00%
automl catboost feature-engineering ftrl lightgbm machine-learning xgboost

retrofit's Introduction

retrofit's People

Contributors

adrianantico avatar seanbenner avatar swift-sean avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

retrofit's Issues

Create plotting helper functions

Create Master Class for Plotting and subclasses for plotting library used. Plotting libraries should include:

  • plotly
  • matplotlib
  • seaborn

Plotting functions should include:

  • ScatterPlot()
  • LinePlot()
  • BarPlot()
  • Histogram()
  • 3D_ScatterPlot()
  • HeatMap()

AutoDiff needs to be built for Polars and Pandas

The FE0_AutoDiff function uses imports from datatable to manipulate the data but these imports do not work on polars dataframes. I think it is missing a conditional processing block that will process a dataframe using polars' methods.

>>> areas.to_list()
['FLC', 'WAW', 'UTN', 'LAR', 'LAX', 'PHX', 'MIE', 'ATL', 'DFN', 'ONT']
>>> new_data = fe.FE0_AutoDiff(data, DateColumnName="dates", DiffNumericVariables=areas.to_list(), InputFrame="polars", OutputFrame="polars", Processing="polars")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\ProgramData\Miniconda3\lib\site-packages\retrofit\FeatureEngineering.py", line 617, in FE0_AutoDiff
    data = data[:, f[:].extend({Ref2: dt.shift(f[rcn], n = NLag2)})]
UnboundLocalError: local variable 'f' referenced before assignment

Save ml models

Needs to set up a function to save selected models to file for later use

ML Load Models

Need to set up a function to load models for scoring purposes

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.