apple / turicreate

Turi Create simplifies the development of custom machine learning models.
BSD 3-Clause "New" or "Revised" License
11.19k stars 1.14k forks source link

Links in README.md are Dead #195

Closed Reubend closed 6 years ago

Reubend commented 6 years ago

The readme file has several dead links, which refer to files that no longer exist. There is a section which says With Turi Create, you can tackle a number of common scenarios: and underneath are links like Recommender systems which redirect to a 404 page.

emannuelOC commented 6 years ago

I fixed them in my forked and created a pull request. However maybe some files should be renamed. There's an inconsistency in the naming of the files: Classifiers, Regression and Neearest Neighboors have their guides as classifier.md, regression.md and nearest_neighboors.md, respectively, while the others have a README.md file.

You can also work with essential machine learning models, organized into algorithm-based toolkits:
* [Classifiers](userguide/supervised-learning/classifier.md)
* [Regression](userguide/supervised-learning/regression.md)
* [Graph analytics](userguide/graph_analytics/README.md)
* [Clustering](userguide/clustering/README.md)
* [Nearest Neighbors](userguide/nearest_neighbors/nearest_neighbors.md)
* [Topic models](userguide/text/README.md)
TobyRoseman commented 6 years ago

@Reubend - I'm sorry you ran into this issue. Now that #199 has been merge, none of the links on README.md are broken any more.