tangwei12
|
d1e2efae6b
|
reimplement auc in fluid (#13167)
* reimplement auc in pyton
* reimplement auc in fluid
* add auc unittest
* replace new auc in layers
* add batch Auc in Fluid
* name formated
|
7 years ago |
minqiyang
|
99d3f08920
|
Add print_function for all python files
|
7 years ago |
minqiyang
|
5d4238cdcc
|
Fix six.iteritems problem
|
7 years ago |
minqiyang
|
6dc07e7f95
|
Replace items() with six.moves.iteritems() to improve memory usage
|
7 years ago |
minqiyang
|
559d36328c
|
Apply 2to3 to current paddle main python code
|
7 years ago |
Qiao Longfei
|
2b58c62aa0
|
Update auc op (#12199)
fix AUC op
optimize it's test
|
7 years ago |
qiaolongfei
|
d54e51daa6
|
change predictions to preds
|
7 years ago |
qiaolongfei
|
fc508004fb
|
fix metrics.Auc
|
7 years ago |
dzhwinter
|
d6a9f005c8
|
"module document non-layer doc" (#11598)
* "add some api reference"
* "fix based on preview"
* "fix evaluator"
* "remove template doc"
|
7 years ago |
qiaolongfei
|
4aa5da0550
|
fix auc
|
7 years ago |
qiaolongfei
|
7f37060879
|
revert CompositeMetric::add_metric
|
7 years ago |
qiaolongfei
|
171d3e861c
|
fix CompositeMetric
|
7 years ago |
qiaolongfei
|
cd54a31cc8
|
fix fluid Metric
|
7 years ago |
typhoonzero
|
c4de344ce2
|
update
|
7 years ago |
typhoonzero
|
2b05b010ff
|
fix chunk evaluator name in metrics
|
7 years ago |
dzhwinter
|
d52fa26fda
|
Feature/metrics (#9791)
* "add metrics"
* "add fluid metrics"
* "add import guards"
* "show warnings"
* "add demo"
* "fix ci"
* "add some details"
* "fix cci"
* "add demo Python"
* "add metrics"
|
7 years ago |