5767f55686
- Added new model and scaler files to .gitignore and output directory. - Updated Dockerfile to create output/models directory. - Revised README to include instructions for using a .env file for configuration. - Enhanced config.py to load database credentials from environment variables. - Implemented model saving functionality in salary_predictor.py for consistent and inconsistent earners.
6 lines
131 B
Bash
6 lines
131 B
Bash
# Database Configuration
|
|
DB_USER=your_username
|
|
DB_PASSWORD=your_password
|
|
DB_NAME=your_database
|
|
DB_PORT=your_port
|
|
DB_HOST=your_host |