mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
Missing some topics after updates #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lavreniuk on GitHub (Jul 27, 2023).
I sincerely appreciate your work and find the materials you provide to be incredibly useful. However, I've noticed that some valuable topics have disappeared after the last updates. I kindly request you to reinstate those topics, such as CLI (though it currently exists, it lacks substantial material), Optuna optimization, Airflow, Git, Feature store, and others.
For example here is old link and it provides error 404:
https://madewithml.com/courses/mlops/optimization/
@GokuMohandas commented on GitHub (Jul 27, 2023):
Hey @Lavreniuk , a lot of content is outdated, weaved into existing lessons (like Git), not created for ML at scale and frankly overengineering. But here are the links if you really want to see this:
optimization: ttps://madewithml.com/courses/mlops/tuning/
airflow: https://madewithml.com/courses/mlops/orchestration/
git: https://madewithml.com/courses/mlops/git/
feature store: https://madewithml.com/courses/mlops/feature-store/
@innat commented on GitHub (Jul 28, 2023):
@GokuMohandas Hello.
Is it possible to place this content (especially git) on the landing page (in some way)? Also, I think the git lesson is important, especially for CI/CD lessons.
@GokuMohandas commented on GitHub (Jul 30, 2023):
@innat These lessons are still there but interweaved throughout the lessons. For example, in the versioning lesson, you can find the "Tip" that has a link to the Git lesson. We won't need Git until this point in the course. I mostly removed it because there are many way better places to learn about git and I didn't want to crowd this advanced content with too many beginner topics. Here is the git lesson if you still need it: https://madewithml.com/courses/mlops/git/