Science Score: 28.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
  • .zenodo.json file
  • DOI references
  • Academic links in README
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Unable to calculate vocabulary similarity
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: xldenis
  • Language: TeX
  • Default Branch: master
  • Size: 639 KB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created almost 12 years ago · Last pushed over 11 years ago
Metadata Files
Citation

Owner

  • Name: Xavier Denis
  • Login: xldenis
  • Kind: user
  • Location: Paris
  • Company: LMF

phd student working on Rust verification. provably incorrect

Citation (citations.bib)

@article{jordan2002discriminative,
  title={On discriminative vs. generative classifiers: A comparison of logistic regression and naive bayes},
  author={Jordan, A},
  journal={Advances in neural information processing systems},
  volume={14},
  pages={841},
  year={2002}
}
@online{reddit,
  title = {Reddit API DOCUMENTATION},
  author = {Reddit Inc.},
  year = 2014,
  url = {http://www.reddit.com/dev/api},
  note = {Accessed: 2014-09-23},
}
@article{salton1983introduction,
  title={Introduction to modern information retrieval},
  author={Salton, Gerard and McGill, Michael J},
  year={1983}
}
@online{bcjordan,
  url = {https://github.com/bcjordan/Reddit-Machine-Learning},
  year = 2014,
  title = {Reddit Machine Learning},
  note = {Accessed: 2014-09-23}
}
@techreport{joachims1996probabilistic,
  title={A Probabilistic Analysis of the Rocchio Algorithm with TFIDF for Text Categorization.},
  author={Joachims, Thorsten},
  year={1996},
  institution={DTIC Document}
}
@book{flesch1949art,
  title={The art of readable writing},
  author={Flesch, Rudolf and Gould, Alan J},
  year={1949},
  publisher={Harper New York}
}
@online{gruber,
  url = {http://daringfireball.net/projects/markdown/syntax},
  title = {Markdown: Syntax},
  year = 2004,
  note = {Accessed: 2014-09-23}
}
@article{porter1980algorithm,
  title={An algorithm for suffix stripping},
  author={Porter, Martin F},
  journal={Program: electronic library and information systems},
  volume={14},
  number={3},
  pages={130--137},
  year={1980},
  publisher={MCB UP Ltd}
}
@book{hastie2009elements,
  title={The elements of statistical learning},
  author={Hastie, Trevor and Tibshirani, Robert and Friedman, Jerome and Hastie, T and Friedman, J and Tibshirani, R},
  volume={2},
  number={1},
  year={2009},
  publisher={Springer}
}
@book{bishop2006pattern,
  title={Pattern recognition and machine learning},
  author={Bishop, Christopher M and others},
  volume={1},
  year={2006},
  publisher={springer New York}
}
@online{naivebayes,
    title={Probability models: examples and pictures},
    url = {http://sysmagazine.com/posts/177889/},
    year = 2014,
    note = {Accessed: 2014-09-23}
}
@online{bcjordan,
  url = {https://github.com/bcjordan/Reddit-Machine-Learning},
  year = 2014,
  title = {Reddit Machine Learning},
  note = {Accessed: 2014-09-23}
}

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 53
  • Total Committers: 2
  • Avg Commits per committer: 26.5
  • Development Distribution Score (DDS): 0.491
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Xavier Denis x****s@g****m 27
Ian Forbes i****s@m****a 26
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year 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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Gemfile rubygems
  • redd >= 0
  • sinatra >= 0
Gemfile.lock rubygems
  • faraday 0.9.0
  • faraday_middleware 0.9.1
  • memoizable 0.4.2
  • multi_json 1.10.1
  • multipart-post 2.0.0
  • rack 1.5.2
  • rack-protection 1.5.3
  • redd 0.6.1
  • sinatra 1.4.5
  • thread_safe 0.3.4
  • tilt 1.4.1
code/Gemfile rubygems
  • redd >= 0
  • sinatra >= 0