Trane icon indicating copy to clipboard operation
Trane copied to clipboard

An open source python library for automated prediction engineering

Results 27 Trane issues
Sort by recently updated
recently updated
newest added

- Use parquet or arrow files that are stored on S3 for demo datasets

- Currently, all operations are in-place operations. The aggregation ops simply take a record, change the value in the column and return. May not be a good design.

- Need an easier way to add customize operations. Currently, external plugin operations are not allowed. The bottleneck is we need to maintain a list of operations so that we...