generated from DataScientest-Studio/Template_MLOps
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Josef final #6
Open
DocJosef
wants to merge
174
commits into
DataScientest-Studio:master
Choose a base branch
from
DataScientest-Studio:josef_final
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Josef final #6
DocJosef
wants to merge
174
commits into
DataScientest-Studio:master
from
DataScientest-Studio:josef_final
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ths in the make_dataset.py
Feature/database
UI/Streamlit: -Adapted UI to configure the number of required core features -Implemented a simple predict against an api call using the acquired features -Added a Reset Button to put everything on None -Added a Use Default button, to put everything on default again fastapi: - Simple authentication under /login admin, password - Endpoints for Health (/) and later monitoring (/request_status) - Endpoint to put predict_request Dockerfile use docker build -t accidents_ui:latest . docker run -p 8000:8000 -p 8501:8501 accidents_ui:latest open localhost:8000/streamlit to open UI use admin, password to log in
fixed an issue with uploading the data to the db to make it faster
Model api merged into master branch
…_josef_final Updated documentation
Tested on Docker. Did run Merged with Evans PR This should be the final state then
…. To send email alerts the 'alert_email' variable must be set to point to an email throggh the airflow ui
…lerts Airflow Email Alerts
…ates Updated the readme.md, updated my tabs, removed the old Volumes/data/…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Several Changes:
Changed file references to models (with s) in the UI files, in the docker compose
added volumes to my UI in docker-compose
dropped the fastapi_app
removed export of port 8000 from the UI form UI.Dockerfile and docker-compose
added an image
removed obsolete files
The UI opens now on my Mac and shows all pages.