Skip to main content

Audio Motivation for Data Scientists and ML Engineers

Project description

Training Song

Tests Package version Supported Python versions

Description

Plays a Billboard Number 1 song corresponding to how accurate your ML model is.

For example if your model is 95.5% accurate then you will hear the number 1 song from 50% through 1995 (Vogue by Madonna 👑).

Take your metrics from A Hard Day's Night (64%) to Mo Money Mo Problems (97%).

How to use

Once you've trained your model, simply wrap your metric in ts(..) as follows:

from trainingsong import ts

model.fit(X_train, y_train)
y_pred = model.predict(X_test)

accuracy = ts(accuracy_score(y_test, y_pred))

>> Congrats your model got an accuracy of 92 percent!
>> The Number 1 song 92.0% through the 1900s on the hot-100 chart was
   Black Or White by Michael Jackson.
>> The date was 1992-01-01 and the song was on the chart for 7 weeks.

Installation

Use the package manager pip to install trainingsong.

pip install training-song

Local Development

The API docs can be found here

You can install the development dependencies with:

poetry install

And you can run the tests using

poetry run pytest

Before committing, please run the following to run the tests:

tox

It's recommended to use uvicorn to run the server locally, which is installed as a dependency.

Please create a Postgres database and set the DATABASE_URL as an environment variable in the .env file. The db.py file defines the schema and gives a function to create the table.

Additionally if you're editing the main API then you will need to create a Spotify app and set include the CLIENT_ID and CLIENT_SECRET as environment variables. In this case you will also need to setup a Vercel account and deploy the API to it. Then you can use the Vercel CLI to run the server locally.

vercel .

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Acknowledgements

Thanks to Spotify for the API and Billboard for the data.

Substack

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

training_song-0.2.2.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

training_song-0.2.2-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file training_song-0.2.2.tar.gz.

File metadata

  • Download URL: training_song-0.2.2.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.10.12 Linux/5.15.0-1039-azure

File hashes

Hashes for training_song-0.2.2.tar.gz
Algorithm Hash digest
SHA256 6ca177cb362b14ec51f2368bb6e7549fa0a161e124a812e9d8e7fff558a44b9b
MD5 d2c8c8f849e071f9c50088f98464f2af
BLAKE2b-256 f32a970d81b55512a6d1611bcc759b7821b48d50f59eb47bd51f9c04e06ff7ab

See more details on using hashes here.

File details

Details for the file training_song-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: training_song-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.10.12 Linux/5.15.0-1039-azure

File hashes

Hashes for training_song-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 53be205f9d761d094db4aa8129008b9f4dac6be10ec3c0219cbc19babb5defa4
MD5 c9758ef9cb29b88d2203e142343e9b02
BLAKE2b-256 c4e0505f966396129a41e5fc569035f7e40909738f5b577802faf55bd2755713

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