GithubHelp home page GithubHelp logo

_examples's Introduction

Guild AI examples

This repository is DEPRECATED and is no longer maintained.

Guild AI examples are now hosted in the main repository at this location:

https://github.com/guildai/guildai/tree/master/examples

About Guild AI

Guild AI is an open source tool for running, tracking, and comparing machine learning experiments. It supports all ML platforms including TensorFlow, PyTorch, Keras, MXNet, scikit-learn, and XGBoost.

For more information, visit https://guild.ai.

_examples's People

Contributors

lambdaofgod avatar

Stargazers

Sushmita Sadhukha avatar Andrew Craig avatar NOKUBI Takatsugu avatar Mislav Sagovac avatar Dilpreet Singh avatar vv111y avatar María Benavente avatar  avatar Garrett Smith avatar Jim Beckley avatar Matt Parlmer avatar dani avatar

Watchers

James Cloos avatar Andrew Craig avatar  avatar

_examples's Issues

Random Forest example is bugged/outdated?

When I run

guild run prepare-data
in random-forest example I get

AttributeError: module 'guild.op_util' has no attribute 'format_flag_val'

I use guild version 0.6.5

Entire error message:

Traceback (most recent call last):
File "/etc/miniconda/envs/ml/bin/guild", line 10, in
sys.exit(main())
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/main_bootstrap.py", line 48, in main
guild.main.main()
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/main.py", line 32, in main
_main()
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/main.py", line 38, in _main
main_cmd.main(standalone_mode=False)
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/external/click/core.py", line 759, in call
return self.main(*args, **kwargs)
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/external/click/core.py", line 714, in main
rv = self.invoke(ctx)
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/external/click/core.py", line 1132, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/external/click/core.py", line 951, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/external/click/core.py", line 552, in invoke
return callback(args, **kwargs)
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/click_util.py", line 146, in fn
return fn0(
(args + (Args(**kw),)))
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/commands/run.py", line 347, in run
run_impl.main(args)
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/commands/run_impl.py", line 68, in main
_dispatch_cmd(args, opdef)
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/commands/run_impl.py", line 421, in _dispatch_cmd
_dispatch_op_cmd(opdef, args)
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/commands/run_impl.py", line 524, in _dispatch_op_cmd
_maybe_run(op, args)
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/commands/run_impl.py", line 997, in _maybe_run
if args.yes or _confirm_run(op, args):
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/commands/run_impl.py", line 1019, in _confirm_run
flags=_format_op_flags(op),
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/commands/run_impl.py", line 1060, in _format_op_flags
for name, val in sorted(op.flag_vals.items())
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/commands/run_impl.py", line 1060, in
for name, val in sorted(op.flag_vals.items())
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/commands/run_impl.py", line 1065, in _format_flag
formatted = _null_label(name, opdef)
File "/etc/miniconda/envs/ml/lib/python3.7/site-packages/guild/commands/run_impl.py", line 1073, in _null_label
return op_util.format_flag_val(flag.null_label)
AttributeError: module 'guild.op_util' has no attribute 'format_flag_val'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.