SigProfilerMatrixGenerator
SigProfilerMatrixGenerator copied to clipboard
fix #133: update DataFrame append to concat
Previously trans
and untrans
have been appending another DataFrame, either a
or b
.
Fixed #133 by applying a simple fix: using concat
instead of append
.