Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paresh-patil-11/ml-assignment
https://github.com/paresh-patil-11/ml-assignment
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paresh-patil-11/ml-assignment
- Owner: Paresh-Patil-11
- Created: 2024-09-05T17:45:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T18:21:02.000Z (4 months ago)
- Last Synced: 2024-11-08T06:43:37.675Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*****Setup and Running the Python Code*****
1. Aggregating Weather Data
To run the function that aggregates weather data:Open a terminal and navigate to the directory where the Assignment1.py file is located.
Run the script using Python:**python Assignment1.py**
2. Prime Factorization
To run the prime factorization function:
Open a terminal and navigate to the directory where the Assignment2.py file is located.
Run the script using Python:**python Assignment2.py**
3. Running the SQL Query To execute the SQL query:
Open your SQL client (e.g., MySQL Workbench, pgAdmin, SQLite Studio).
Copy the contents of the **Assignment3-Product_Query.sql** file.
Paste the query into your SQL client and execute it.