change to xgb classifier
This commit is contained in:
@@ -11,7 +11,7 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copy the model file into the container
|
||||
COPY random_forest_model.pkl /app/
|
||||
COPY randomized_search_xgb_model-2.pkl /app/
|
||||
|
||||
# Copy the rest of the working directory contents into the container at /app
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user