Affirm / shparkley

Spark implementation of computing Shapley Values using monte-carlo approximation
BSD 3-Clause "New" or "Revised" License
74 stars 15 forks source link

Maintain Column Ordering #1

Closed ijoseph closed 3 years ago

ijoseph commented 3 years ago

Ensure that the row dictionaries are ordered so that creating pd.DataFrames from them creates them in a consistent order. Rev to 1.0.0 as this changes the API (albeit slightly).