download-results

Download SageMaker backtest results from S3 to a local destination.

2|2|Updated Aug 4, 2020
One-click install
npx skills add https://github.com/hotvect/hotvect --skill download-results
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: download-results
Source: https://github.com/hotvect/hotvect/tree/main/hotvect-claude-code-plugin/skills/download-results
Command: npx skills add https://github.com/hotvect/hotvect --skill download-results

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SageMaker backtests and results are often scattered across storage, making it difficult to analyze after runs. This skill automates downloading backtest outputs from S3 to a local workspace, simplifying post-run analysis.

Core Features & Use Cases

  • Automatic download of SageMaker backtest results from S3 based on a specified date range.
  • Validation of AWS credentials and guidance to refresh if needed.
  • Construction of complete hv-ext download-results commands using user config and provided parameters.

Quick Start

Provide a date range and destination directory, and the skill will download the corresponding SageMaker backtest results from S3 to your local workspace.

Frequently Asked Questions about download-results

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download SageMaker backtest results from S3 automatically?

To download SageMaker backtest results from S3 automatically, provide a date range and destination directory to trigger automated extraction, AWS credential validation, and localized file retrieval.

Do I need valid AWS credentials to download backtest outputs from S3?

Yes, valid AWS credentials are required to download backtest outputs from S3. The skill validates your credentials during execution and provides guidance to refresh them if authentication fails.

Can I filter SageMaker backtest downloads by a specific date range?

Yes, you can filter SageMaker backtest downloads by specifying a date range. The skill uses your provided dates to target and retrieve only the corresponding backtest outputs from S3.

What happens if my S3 backtest data is missing or inaccessible during download?

If S3 backtest data is missing or inaccessible during download, the skill enforces robust error handling to catch the failure, preventing silent crashes and alerting you to the missing results or invalid credentials.

Is there a way to automate hv-ext download-results commands for post-run analysis?

Yes, hv-ext download-results commands are automatically constructed using your configuration and parameters, streamlining post-run analysis by moving SageMaker outputs directly to your local workspace.

Why does my SageMaker backtest download fail when comparing performance across runs?

Your SageMaker backtest download may fail due to expired AWS credentials or missing S3 data for the specified date range. The skill validates credentials and enforces error handling to diagnose these issues.