Skip to content

Commit

Permalink
remove titanic example and all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkayne committed Sep 8, 2023
1 parent c773078 commit a18d031
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,106 deletions.
1 change: 0 additions & 1 deletion examples/streamlit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
trubrics[streamlit]==1.6.0
openai
scikit-learn==1.1.0
63 changes: 0 additions & 63 deletions examples/streamlit/titanic/experiment.py

This file was deleted.

9 changes: 0 additions & 9 deletions examples/streamlit/titanic/titanic_config.py

This file was deleted.

892 changes: 0 additions & 892 deletions examples/streamlit/titanic/titanic_data.csv

This file was deleted.

60 changes: 0 additions & 60 deletions examples/streamlit/titanic/training.py

This file was deleted.

69 changes: 0 additions & 69 deletions examples/streamlit/titanic_app.py

This file was deleted.

8 changes: 0 additions & 8 deletions examples/streamlit/trubrics_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,3 @@ def trubrics_config(default_component: bool = True):
)

return email, password, feedback_component, feedback_type


def trubrics_successful_feedback(feedback):
st.write(
":green[You can now view your feedback] [here](https://trubrics.streamlit.app/), :green[and see the raw"
" feedback response data here:]"
)
st.write(feedback)
4 changes: 0 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ flake8>=4.0.1

#typing
mypy>=0.982
pandas-stubs>=1.2.0.58
types-requests>=2.27.25

#tests
Expand All @@ -25,6 +24,3 @@ pytest-cov>=3.0.0
#extras (Note: in setup.cfg)
streamlit>=1.21.0
streamlit-feedback==0.1.2
numpy>=1.21.6
pandas>=1.3.5
scikit-learn>=1.0.0,<1.1.0

0 comments on commit a18d031

Please sign in to comment.