Employee Performance Prediction is a project designed to analyze various data points related to employees' work performance and use machine learning algorithms, leveraging ML technology stack, to predict and evaluate their future performance. By incorporating factors such as past performance metrics, training data, feedback, and external factors, the system aims to provide insights that can aid in talent management, resource allocation, and workforce optimization strategies.
- Datasets: Contains the datasets used for training.
- Notebooks: Jupyter Notebooks for data exploration, preprocessing, and model training.
- Flask App: Code for deploying the predictive model via a web interface.
- IBM Files: Integration with IBM Watson for enhanced analysis.
- Clone the repository.
- Install dependencies listed in 'requirements.txt'.
- Run Jupyter Notebooks for model training.
- Deploy using Flask with 'app.py'.
- Use the trained model to predict employee performance by inputting relevant features.
- Access predictions via the Flask web interface.
- Python 3.x
- Flask
- Jupyter
- Scikit-learn
- Fork the repository.
- Create a new branch for your feature.
- Submit a pull request with detailed documentation.
For more information, visit the GitHub repository.