On this page

rics#

My personal little ML engineering library.

Functions

configure_stuff([level, matplotlib_level])

Configure a bunch of stuff to match my personal preferences.

configure_stuff(level: Union[int, str] = 20, matplotlib_level: Union[int, str] = 30, **kwargs: Any) None[source]#

Configure a bunch of stuff to match my personal preferences.

Caveat Emptor: May do strange stuff 👻.

Parameters:
  • level – Root log level.

  • matplotlib_level – Matplotlib log level.

  • **kwargs – Keyword arguments for rics.logs.basic_config().

Modules

rics.action_level

Action level enumeration types.

rics.collections

rics.logs

Utility methods for logging tasks.

rics.mapping

Mapping implementations for matching groups of elements.

rics.misc

Miscellaneous utility methods for Python applications.

rics.pandas

Utility functions for pandas.

rics.performance

Performance testing utility.

rics.plotting

Plotting utility methods.

rics.strings

String utility methods for Python applications.

rics.wip

The contents under this passage are work in progress and may change without notice.