This service focuses on server log data to detect anomalies and predict them accurately using a TensorFlow model.
- Data Processing:
- Data Cleaning
- Removing Unnecessary Columns
- Transforming Categorical Data using Label Encoder
- Model Building:
- A Sequential TensorFlow Model
- Model Evaluation:
- Evaluate the Model on Test Data
The model can be trained with multiple training datasets and evaluated against evaluation data.
- Build the Docker image and run the service:
docker-compose build --no-cache docker-compose up -d
- To stop and remove the service:
docker-compose down