automl fm dnn deepFM in config file
Project description
使用方法,对外提供两个方法build_framework,export_saved_model
'''
-- coding: utf-8 --
@Author : Zip
@Time : 2020/12/18|12:53
@Moto : Knowledge comes from decomposition
from future import absolute_import from future import division from future import print_function
import warnings from lib.estimator import build_framework from lib.export import export_saved_model import argparse
warnings.filterwarnings('ignore')
def main(): parser = argparse.ArgumentParser() parser.add_argument("--config_file", default="conf/job_sort_with_fm_with_two_feature.yaml") args = parser.parse_args()
build_framework(args.config_file)
# export_saved_model(args.config_file)
if name == 'main': main()
'''
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
automl-lib-0.0.1.tar.gz
(1.5 kB
view details)
Built Distribution
File details
Details for the file automl-lib-0.0.1.tar.gz
.
File metadata
- Download URL: automl-lib-0.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5465a98c3c97b701e1c7cd504c202d37b2632d992a8b87e3761ebd6436dab8ed |
|
MD5 | 6b30bf51ffed1021736dc1e88879af5d |
|
BLAKE2b-256 | 97cffbba543e1d3e0ad4a2536ac74fcd7d29df65df945ce19e215fa3b766a3f4 |
File details
Details for the file automl_lib-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: automl_lib-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6ec8d032b9baed14c420d92415bfb8609fbf402cedd6d5e4ae5636068ceaacf |
|
MD5 | eca3fcc4cb50c7aafe74ca76e9bab745 |
|
BLAKE2b-256 | 5cbde10d82d8e3df69fe05a754bce2979616f97901b1c3996807fbb57b25130f |