https://github.com/noodleslove/notes
A collection of my personal notes, code snippets, and examples from various data science topics and courses. Feel free to use these notes and examples as a reference or study guide for your own data science journey.
https://github.com/noodleslove/notes
data-science database machine-learning obsidian-vault personal
Last synced: 2 months ago
JSON representation
A collection of my personal notes, code snippets, and examples from various data science topics and courses. Feel free to use these notes and examples as a reference or study guide for your own data science journey.
- Host: GitHub
- URL: https://github.com/noodleslove/notes
- Owner: noodleslove
- Created: 2023-03-27T06:51:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T18:25:40.000Z (12 months ago)
- Last Synced: 2025-01-28T22:26:55.842Z (9 months ago)
- Topics: data-science, database, machine-learning, obsidian-vault, personal
- Homepage:
- Size: 14.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-obsidian-vault - vault
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
My Notes
A repository for my notes regarding algorithms and ML models.
Explore the website »
View Blog
·
Report Bug
·
Request Note
Table of Contents
## About The Project
[![Product Name Screen Shot][product-screenshot]](https://example.com)
Here's a blank template to get started: To avoid retyping too much info. Do a search and replace with your text editor for the following: `noodleslove`, `notes`, `twitter_handle`, `linkedin_username`, `email_client`, `email`, `project_title`, `project_description`
### Built With
- [![Next][next.js]][next-url]
- [![React][react.js]][react-url]
- [![Vue][vue.js]][vue-url]
- [![Angular][angular.io]][angular-url]
- [![Svelte][svelte.dev]][svelte-url]
- [![Laravel][laravel.com]][laravel-url]
- [![Bootstrap][bootstrap.com]][bootstrap-url]
- [![JQuery][jquery.com]][jquery-url]## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- npm
```sh
npm install npm@latest -g
```### Installation
1. Get a free API Key at [https://example.com](https://example.com)
2. Clone the repo
```sh
git clone https://github.com/noodleslove/notes.git
```
3. Install NPM packages
```sh
npm install
```
4. Enter your API in `config.js`
```js
const API_KEY = "ENTER YOUR API";
```## Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
_For more examples, please refer to the [Documentation](https://example.com)_
## Roadmap
- [ ] Feature 1
- [ ] Feature 2
- [ ] Feature 3
- [ ] Nested FeatureSee the [open issues](https://github.com/noodleslove/notes/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Your Name - [@twitter_handle](https://twitter.com/twitter_handle) - email@email_client.com
Project Link: [https://github.com/noodleslove/notes](https://github.com/noodleslove/notes)
## Acknowledgments
- []()
- []()
- []()[contributors-shield]: https://img.shields.io/github/contributors/noodleslove/notes.svg
[contributors-url]: https://github.com/noodleslove/notes/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/noodleslove/notes.svg
[forks-url]: https://github.com/noodleslove/notes/network/members
[stars-shield]: https://img.shields.io/github/stars/noodleslove/notes.svg
[stars-url]: https://github.com/noodleslove/notes/stargazers
[issues-shield]: https://img.shields.io/github/issues/noodleslove/notes.svg
[issues-url]: https://github.com/noodleslove/notes/issues
[license-shield]: https://img.shields.io/github/license/noodleslove/notes.svg
[license-url]: https://github.com/noodleslove/notes/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/linkedin_username
[product-screenshot]: images/screenshot.png
[next.js]: https://img.shields.io/badge/next.js-000000?&logo=nextdotjs&logoColor=white
[next-url]: https://nextjs.org/
[react.js]: https://img.shields.io/badge/React-20232A?&logo=react&logoColor=61DAFB
[react-url]: https://reactjs.org/
[vue.js]: https://img.shields.io/badge/Vue.js-35495E?&logo=vuedotjs&logoColor=4FC08D
[vue-url]: https://vuejs.org/
[angular.io]: https://img.shields.io/badge/Angular-DD0031?&logo=angular&logoColor=white
[angular-url]: https://angular.io/
[svelte.dev]: https://img.shields.io/badge/Svelte-4A4A55?&logo=svelte&logoColor=FF3E00
[svelte-url]: https://svelte.dev/
[laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?&logo=laravel&logoColor=white
[laravel-url]: https://laravel.com
[bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?&logo=bootstrap&logoColor=white
[bootstrap-url]: https://getbootstrap.com
[jquery.com]: https://img.shields.io/badge/jQuery-0769AD?&logo=jquery&logoColor=white
[jquery-url]: https://jquery.com