Skip to content

amastilovic/ML_engineer_homework_assignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

YOUR TASK:
----------

Take a look at the code in this codebase. In what ways can it be improved? 
Consider the following aspects specifically:
  - Readability
  - Reusability
  - Modularity
  - Scalability
  - Runtime performance 
  - Conformance to standards and best practices
  
Your task is to edit this code to enforce as much of the previous improvements as possible. Don't worry if you don't understand enough about the code to suggest specific improvements. Do you best and make reasonable assumptions and educated guesses. 

When not sure, you can still suggest non-specific edits. For example, if you don't know what a function is doing but still think it needs a descriptive comment, insert one that says: "descriptive comment here to explain x,y,z"


IMPORTANT INSTRUCTIONS:
-----------------------

1- Go ahead and fork this repo. In your forked repo, create a branch off master, naming it: yourfirstname_yourlastname
2- You may do multiple commits to your branch, incrementally refactoring the code as needed
3- When finished, push your commits to github, following best practicies as you would in a production setting
4- Please do not merge your edits back to master
5- When done, please send us a link to your repo, making sure we have read permissions to it.




About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%