Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvement: support numeric types (not just double) for weight/label #817

Merged
merged 6 commits into from
Mar 17, 2020

Conversation

eisber
Copy link
Collaborator

@eisber eisber commented Mar 7, 2020

close #808
close #804

@eisber eisber requested a review from mhamilton723 as a code owner March 7, 2020 05:17
@eisber
Copy link
Collaborator Author

eisber commented Mar 7, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@codecov
Copy link

codecov bot commented Mar 7, 2020

Codecov Report

Merging #817 into master will decrease coverage by 1.93%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #817      +/-   ##
==========================================
- Coverage   85.25%   83.32%   -1.94%     
==========================================
  Files         186      186              
  Lines        8560     8604      +44     
  Branches      498      505       +7     
==========================================
- Hits         7298     7169     -129     
- Misses       1262     1435     +173
Impacted Files Coverage Δ
...a/com/microsoft/ml/spark/vw/VowpalWabbitBase.scala 88.82% <50%> (-1.95%) ⬇️
...ft/ml/spark/cognitive/AnomalyDetectorSchemas.scala 33.33% <0%> (-66.67%) ⬇️
.../ml/spark/train/ComputePerInstanceStatistics.scala 47.05% <0%> (-41.18%) ⬇️
...icrosoft/ml/spark/cognitive/AnamolyDetection.scala 43.29% <0%> (-39.18%) ⬇️
.../com/microsoft/ml/spark/train/TrainRegressor.scala 49.05% <0%> (-37.74%) ⬇️
...rosoft/ml/spark/train/ComputeModelStatistics.scala 64.07% <0%> (-22.34%) ⬇️
...ala/com/microsoft/ml/spark/train/AutoTrainer.scala 85.71% <0%> (-14.29%) ⬇️
...com/microsoft/ml/spark/train/TrainClassifier.scala 73.13% <0%> (-9.71%) ⬇️
...osoft/ml/spark/core/schema/DatasetExtensions.scala 90.9% <0%> (-9.1%) ⬇️
.../microsoft/ml/spark/cognitive/ComputerVision.scala 69.68% <0%> (-6.92%) ⬇️
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f15b6c...6ac9003. Read the comment docs.

@eisber eisber self-assigned this Mar 7, 2020
fixed style (remove space *sigh*)
@eisber
Copy link
Collaborator Author

eisber commented Mar 7, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@eisber
Copy link
Collaborator Author

eisber commented Mar 9, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@eisber
Copy link
Collaborator Author

eisber commented Mar 10, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mhamilton723
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mhamilton723 mhamilton723 merged commit 5ae664a into microsoft:master Mar 17, 2020
ocworld pushed a commit to AhnLab-OSS/mmlspark that referenced this pull request Mar 24, 2020
…microsoft#817)

* support numeric types (not just double) for weight/label

* added warning when casting double to float
fixed style (remove space *sigh*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants