forked from NVIDIA/spark-rapids-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring the speedup factor generation to support WholeStageCodege…
…n parsing and environment defaults (NVIDIA#493) * Refactoring the code to support WholeStageCodegen parsing for CPU and adding environment default Signed-off-by: Matt Ahrens <[email protected]> * Adding checks before creating speedup factor entries Signed-off-by: Matt Ahrens <[email protected]> --------- Signed-off-by: Matt Ahrens <[email protected]>
- Loading branch information
1 parent
7471194
commit 5ef39b8
Showing
4 changed files
with
344 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
CPUOperator,Score | ||
AggregateInPandasExec,1.2 | ||
ArrowEvalPythonExec,1.2 | ||
FlatMapGroupsInPandasExec,1.2 | ||
MapInPandasExec,1.2 | ||
WindowInPandasExec,1.2 | ||
KMeans-pyspark,8.86 | ||
KMeans-scala,1 | ||
PCA-pyspark,2.24 | ||
PCA-scala,2.69 | ||
LinearRegression-pyspark,2 | ||
LinearRegression-scala,1 | ||
RandomForestClassifier-pyspark,6.31 | ||
RandomForestClassifier-scala,1 | ||
RandomForestRegressor-pyspark,3.66 | ||
RandomForestRegressor-scala,1 | ||
XGBoost-pyspark,1 | ||
XGBoost-scala,3.31 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.