You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/05/27 04:01:48 UTC

[dolphinscheduler-mlflow] branch f-infra-add updated (caf408d -> 96d4024)

This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a change to branch f-infra-add
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-mlflow.git


    from caf408d  [ci] Add CI about license and asf.yaml
     add 96d4024  Add missing license header

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                        | 17 +++++++++++++++++
 .gitignore                                       | 17 +++++++++++++++++
 .licenserc.yaml                                  |  2 ++
 Project-AutoML/automl/__init__.py                | 17 +++++++++++++++++
 Project-AutoML/automl/data.py                    | 17 +++++++++++++++++
 Project-AutoML/automl/metrics.py                 | 17 +++++++++++++++++
 Project-AutoML/automl/mod/__init__.py            | 16 ++++++++++++++++
 Project-AutoML/automl/mod/mod_autosklearn.py     | 17 +++++++++++++++++
 Project-AutoML/automl/mod/mod_flaml.py           | 17 +++++++++++++++++
 Project-AutoML/automl/mod/tool.py                | 17 +++++++++++++++++
 Project-AutoML/automl/params.py                  | 17 +++++++++++++++++
 Project-AutoML/conda.yaml                        | 19 ++++++++++++++++++-
 Project-AutoML/predictor.py                      | 17 +++++++++++++++++
 Project-AutoML/train.py                          | 17 +++++++++++++++++
 Project-BasicAlgorithm/conda.yaml                | 17 +++++++++++++++++
 Project-BasicAlgorithm/core/__init__.py          | 16 ++++++++++++++++
 Project-BasicAlgorithm/core/data.py              | 17 +++++++++++++++++
 Project-BasicAlgorithm/core/metrics.py           | 17 +++++++++++++++++
 Project-BasicAlgorithm/core/training/__init__.py | 16 ++++++++++++++++
 Project-BasicAlgorithm/core/training/lightgbm.py | 17 +++++++++++++++++
 Project-BasicAlgorithm/core/training/lr.py       | 17 +++++++++++++++++
 Project-BasicAlgorithm/core/training/params.py   | 17 +++++++++++++++++
 Project-BasicAlgorithm/core/training/svm.py      | 17 +++++++++++++++++
 Project-BasicAlgorithm/core/training/xgboost.py  | 17 +++++++++++++++++
 Project-BasicAlgorithm/core/utils.py             | 17 +++++++++++++++++
 Project-BasicAlgorithm/train.py                  | 17 +++++++++++++++++
 26 files changed, 425 insertions(+), 1 deletion(-)