pyspark_udf
- Converts python3 type hints into PySpark return types and returnPySparkUDF
object.
SKTransform
- Turn any function into an sklearn Transformer, and use it in an sklearn Pipeline.SKClassify
- Turn any function into an sklearn Classifier, and use it in an sklearn Pipeline, can be used also for clustering.
json_file
- Save function calls to a json file.pickle_file
- Save function calls to a pickle file.s3_cache
- Save function calls to amazon s3.
regres.record
- Record funcion inputs and outputs.regres.replay
- Replay recorded data against a different implementation.
log_error
- Logs errors using thelogging
module.slack_error
- Sends a slack message when an error occurs.telegram_error
- Sends a telegram message when an error occurs.
time_limit
- Limit execution time tos
seconds.
ssh_connect
- Run python code on a remote SSH Server.