titanic_reproducibility
this is the titanic reproducibility code testing at utrecht
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.3%) to scientific vocabulary
Repository
this is the titanic reproducibility code testing at utrecht
Basic Info
- Host: GitHub
- Owner: santoshilam
- License: mit
- Language: Python
- Default Branch: master
- Size: 22.5 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
titanic_reproducibility
Version 0.1.0
Writing reproducible code in Python using existing public "titanic" dataset and code published on kaggle by Niklas Donge check out the project at https://www.kaggle.com/niklasdonges/end-to-end-project-with-python .
This was a machine learning project that I decided to "borrow and butcher" for the reproducibility workshop.
This code was originally written in Jupyter notebook, but shared here after editing in the Spyder IDE. The version of Spyder used is Spyder 3.2.8 using Python 3.6. Both of these from the Anaconda https://docs.anaconda.com/anaconda/navigator/ Note: all of this was done on a Windows 10 not tested on any other platform.
To run the project, execute the script Titanicreproendtoendfromkaggle.py The best way to do this is to clone the repository and then have titanic_reproducibility as the working directory.
Project organization
``` . ├── .gitignore ├── CITATION.md ├── LICENSE.md ├── README.md ├── requirements.txt ├── bin <- Compiled and external code, ignored by git (PG) │ └── external <- Any external source code, ignored by git (RO) ├── config <- Configuration files (HW) ├── data <- All project data, ignored by git │ ├── processed <- The final, canonical data sets for modeling. (PG) │ ├── raw <- The original, immutable data dump. (RO) │ └── temp <- Intermediate data that has been transformed. (PG) ├── docs <- Documentation notebook for users (HW) │ ├── manuscript <- Manuscript source, e.g., LaTeX, Markdown, etc. (HW) │ └── reports <- Other project reports and notebooks (e.g. Jupyter, .Rmd) (HW) ├── results │ ├── figures <- Figures for the manuscript or reports (PG) │ └── output <- Other output for the manuscript or reports (PG) └── src <- Source code for this project (HW)
```
License
This project is licensed under the terms of the MIT License
Citation
Owner
- Login: santoshilam
- Kind: user
- Repositories: 2
- Profile: https://github.com/santoshilam
Citation (CITATION.md)
Please cite this project as follows: Santosh Ilamparuthi (2020), titanic_reproducibility - version 0.1.0. url: github.com/santoshilam/titanic_reproducibility
GitHub Events
Total
Last Year
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| sadkitties | s****s | 6 |
| san | s****6@g****m | 1 |
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0