Skip to content

Your Files

Projects include instructor example files that end with _case. Keep these as working examples.

You will generally copy the instructor file, rename it with your alias, and run your version in addition to the instructor version.

Choose Your Name (example: stellar_analytics)

You may use your real name or any professional alias. You are never required to use your real name.

Naming rules:

  • all lowercase
  • no spaces (use underscores as needed)

1. Python Files

Copy the instructor Python file and rename the copy using your alias.

src/cintel/anomaly_detector_case.py
src/cintel/anomaly_detector_stellar_analytics.py

2. Python File Execution Command

In your README.md, add a line with the execution command just after the instructor command. Use this command to run your file.

uv run python -m cintel.anomaly_detector_case
uv run python -m cintel.anomaly_detector_stellar_analytics

3. Data Files

Copy the instructor data file and rename the copy using your alias.

data/static_data_case.csv
data/static_data_stellar_analytics.csv

You may modify the copied dataset as needed for your project, or choose your own dataset if appropriate.