Skip to content

Commit

Permalink
Moved the testing section to the Julia Python and R section
Browse files Browse the repository at this point in the history
  • Loading branch information
neomatrix369 committed Nov 21, 2019
1 parent d5bdbdd commit b4673d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Programming-in-Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ See **Python: Best practices** and **Python: Testing** under [Courses](./courses

## Versioning

- [ML Versioning Tool](https://github.com/sbracaloni/ml-versioning-tool)
- [ML Versioning Tool](https://github.com/peopledoc/ml-versioning-tools) by [@sbracaloni](https://github.com/sbracaloni)

## Testing

Expand All @@ -130,8 +130,7 @@ See **Python: Best practices** and **Python: Testing** under [Courses](./courses

### Machine Learning

- [A machine learning testing framework for sklearn and pandas. The goal is to help folks assess whether things have changed over time](https://github.com/EricSchles/drifter_ml)
- [A number of repos containing tests](https://github.com/jd-13/)
See [Machine Learning Testing](./details/julia-python-and-r.md#testing)

## Refactoring

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn
- [Programming in Python](Programming-in-Python.md)
- [More...](./details/julia-python-and-r.md#more)
- [JavaScript](README-details.md#javascript)
- [Testing](./Programming-in-Python.md#machine-learning)
- [Tests & Testing](./details/julia-python-and-r.md#testing)
- [Guides](guides.md#guides)
- [Study notes](./study-notes/README.md#study-notes)
- [Swift for TensorFlow](https://www.tensorflow.org/swift/) - next generation platform for deep learning and differentiable programming
Expand Down
7 changes: 6 additions & 1 deletion details/julia-python-and-r.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,13 @@
- See [ML on Code/Programm/Source Code](../ML-on-code-programming-source-code.md)
- See [Cloud/DevOps/Infra > Performance](../cloud-devops-infra/README.md#performance) - to find various ML performance benchmarking suites
- See [Post model-creation analysis, ML interpretation/explainability](../data/README.md#post-model-creation-analysis-ml-interpretationexplainability)
- Also see [Machine Learning Testing (Python)](../Programming-in-Python.md#machine-learning)

### Testing

- [A machine learning testing framework for sklearn and pandas. The goal is to help folks assess whether things have changed over time](https://github.com/EricSchles/drifter_ml)
- [Tests in TrainingHelpers](https://github.com/jd-13/TFHelpers/blob/master/TFHelpers/TrainingHelpers.py) and [Tests in TFHelpers](https://github.com/jd-13/TFHelpers/tree/master/Tests) by [Jack Devlin](https://github.com/jd-13)
- [Tests in picknmix](https://github.com/picknmix/picknmix/tree/master/tests) by [Cheuk Ting Ho](https://github.com/Cheukting)

### Deep Learning

- [FREE! Deep learning book online - by Ian Goodfellow and Yoshua Bengio and Aaron Courville](http://www.deeplearningbook.org/)
Expand Down

0 comments on commit b4673d2

Please sign in to comment.