CoolFace
Apppublic

jmaguire93/titanic-survival-predicter

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
39 commits on main
5ad436e3y ago

returned to original code, not sure what is causing the issue but I think its a version mismatch from somewhere

Josh Maguire
e2459ca3y ago

scikit-learn fixed version

Josh Maguire
9007af03y ago

scikit-learn fixed version

Josh Maguire
d833a893y ago

scikit-learn fixed version

Josh Maguire
492c3363y ago

scikit-learn fixed version

Josh Maguire
fbafd423y ago

removing age column

Josh Maguire
40915223y ago

removing age column

Josh Maguire
1bb94df3y ago

removing age column

Josh Maguire
7ced0593y ago

removing age column

Josh Maguire
bd1aff13y ago

removing age column

Josh Maguire
969ac9f3y ago

removing age column

Josh Maguire
a2623503y ago

attempting to fix the bug

Josh Maguire
1db3e0d3y ago

apply prepocessing steps to the input data before making predictions; ensuring the data is properly transformed and compatible with data that the model is trained on

Josh Maguire
3054cd33y ago

revert

Josh Maguire
cd9f6ce3y ago

still trying to fix

Josh Maguire
219d62b3y ago

still trying to fix

Josh Maguire
84d7efa3y ago

still trying to fix

Josh Maguire
071d4213y ago

still trying to fix

Josh Maguire
29064a33y ago

fixing issue

Josh Maguire
428769b3y ago

fix build

Josh Maguire
2bc3e953y ago

formatting

Josh Maguire
953affe3y ago

array tweak

Josh Maguire
9377f743y ago

added in missing fare parameter

Josh Maguire
ed694763y ago

tweak

Josh Maguire
634b1d53y ago

tweak

Josh Maguire
e5c58623y ago

tweak

Josh Maguire
8fa467a3y ago

typo

Josh Maguire
33a2c383y ago

type tweak

Josh Maguire
d5c450c3y ago

Updated README.md to link the git repo that I used for this ML task

Josh Maguire
dfa3b433y ago

Added rest of the inputs to predict if a survivor or not

Josh Maguire
64cc85e3y ago

working with title added

Josh Maguire
3f5dcfb3y ago

xgboost is not a thing

Josh Maguire
8a3341b3y ago

tweaks

Josh Maguire
c52a67a3y ago

tweaks

Josh Maguire
80980b73y ago

added rest of the dependencies

Josh Maguire
30e20d93y ago

added scikit-learn dep

Josh Maguire
ef700da3y ago

added requirments txt file

Josh Maguire
00219f03y ago

Add application file

Josh Maguire
af376453y ago

initial commit

Josh Maguire