Skip to main content

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


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)

Uploaded Source

Built Distribution

automl_lib-0.0.1-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

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

Hashes for automl-lib-0.0.1.tar.gz
Algorithm Hash digest
SHA256 5465a98c3c97b701e1c7cd504c202d37b2632d992a8b87e3761ebd6436dab8ed
MD5 6b30bf51ffed1021736dc1e88879af5d
BLAKE2b-256 97cffbba543e1d3e0ad4a2536ac74fcd7d29df65df945ce19e215fa3b766a3f4

See more details on using hashes here.

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

Hashes for automl_lib-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a6ec8d032b9baed14c420d92415bfb8609fbf402cedd6d5e4ae5636068ceaacf
MD5 eca3fcc4cb50c7aafe74ca76e9bab745
BLAKE2b-256 5cbde10d82d8e3df69fe05a754bce2979616f97901b1c3996807fbb57b25130f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page