Skip to main content

maestro-economics

CLI and SDK for the RA Data platform — datasets, compute, and experiments.

pip install maestro-economics
mecon --help
mecon resources
mecon submit . --resource cpu-4c-16gb

CPU runs support two modes:

# Lower-cost default; may restart, so long jobs must resume from durable progress.
mecon submit . --resource cpu-16c-32gb --mode standard

# Fewer infrastructure interruptions; CPU only, billed at the Stable rate.
mecon submit . --resource cpu-16c-64gb --mode stable

For CPU timeouts above four hours, save progress during the run, load it at startup, and confirm the contract at submission:

def run(ctx):
    state = ctx.load_checkpoint() or {"step": 0}
    for step in range(int(state["step"]), 100):
        # compute one restart-safe unit
        ctx.save_checkpoint(step=step + 1)
    return {"completed_steps": 100}
mecon submit . --resource cpu-16c-32gb --timeout 21600 --durable-resume

ctx.output_dir is also durable. Stable CPU reduces interruptions but does not replace checkpoint/resume logic for long jobs.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

maestro_economics-0.8.5.tar.gz (42.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

maestro_economics-0.8.5-py3-none-any.whl (42.0 kB view details)

Uploaded Python 3

File details

Details for the file maestro_economics-0.8.5.tar.gz.

File metadata

  • Download URL: maestro_economics-0.8.5.tar.gz
  • Upload date:
  • Size: 42.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for maestro_economics-0.8.5.tar.gz
Algorithm Hash digest
SHA256 2b0f3d006e1e6a2125f01155f7f43ae2f5209ddf02f8ab947329ca46ca4a4a56
MD5 fb00b601f5ba19ce87acec1f9e9a5081
BLAKE2b-256 1b3832d004c0d01c42020fd9cfe630b6b9a0bd35c5ec6cd36aee7632389c19aa

See more details on using hashes here.

File details

Details for the file maestro_economics-0.8.5-py3-none-any.whl.

File metadata

File hashes

Hashes for maestro_economics-0.8.5-py3-none-any.whl
Algorithm Hash digest
SHA256 38b63609ace5c0cced3c4217a21f8bb4c9b85159d3f67d331fd546e6d83b55cb
MD5 1796b3d09e9a83e7cecdd1c17ae08b88
BLAKE2b-256 d6b6f248fa87cfbd4f5c11dbb3b92a449c855e9f8d0e8070005681db6498359e

See more details on using hashes here.

Release history Release notifications | RSS feed

0.8.8

2 files

0.8.7

2 files

0.8.6

2 files

This release

0.8.5 This release

2 files

0.8.4

1 file

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.6.9

2 files

0.6.8

2 files

0.6.7

2 files

0.6.6

2 files

0.6.5

2 files

0.6.4

1 file

0.6.3

1 file

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.2

1 file

0.5.1

1 file

0.5.0

1 file

0.4.1

2 files

0.4.0

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page