Coder Social home page Coder Social logo

bff's People

Contributors

axelfahy avatar rudolfhohn avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

rudolfhohn

bff's Issues

API: common way to set style and args in plot functions

Currently, arguments of plot functions are redundant between functions. Parameters such as figsize, dpi, etc. are common to all functions.

Moreover, some style, as alpha, fontsize, are common between the functions.

Find a way to set those parameters without repeating them.

API: split core functions from pandas related ones

Pandas related functions should be put inside a pd module.
Remaining functions should go inside a core module.
This will break the current api and should be release for the 0.3 version of the package.

Suffix _pd of pandas related function might be redundant and might be removed as well. It is to be considered.

ENH: option to plot metric as `twinx` in `plot_history`

Currently, the metric is plotted in another subplot, below the loss of the history in the plot_history function.
Add an option to have both information on the same subplot, using twinx.
Use four colors for the plot instead of the main two.

PERF: add `loc` parameter to the `plot_series` function

Default location for loc in legend is best, which raise the following warning when used with lots of data: UserWarning: Creating legend with loc="best" can be slow with large amounts of data.

Add the possibility to specify the location of the legend with the parameters function.

ENH: logging functions for `pipe()` method in pandas

Non-exhaustive list of useful logging methods that could be used in this context:

(df
 .assign(foo=df['bar'] ** 2) 
 .pipe(log_dtypes)
 .to_csv('foo_file.csv')
)
  • log_dtypes(df: pd.DataFrame)
  • log_shape(df: pd.DataFrame)
  • log_columns(df: pd.DataFrame)
  • log_msg(df: pd.DataFrame, msg: str, fun: Callable = print, **kwargs) (can be given print, or logging method, or any other callable, any output)
  • ...

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.