Awesome
Data Analytics Project Template
A project template to quick start data analytics and machine learning task.
About The Project
It is convenient to adopt a good project structure having support of git when starting with a project for data analysis and machine learning. This project is made for Visual Studio Code (vscode) but can be used in any IDE.
Project Highlights
- Jupyter Notebook
- Pandas
- matplotlib
- numpy
- seaborn
- data directory git ignored
- module finder for code sharing
About The Author
You can connect with me here:
Recommended Steps:
- Install Conda - Instructions Here
- Install vscode (optional) - Download Here
- Clone this repo
src/example/data/archive.zip
- unzip for testing- Run
src/example/main.ipynb
- Get started with your own project š„³
VSCODE template generation
- Open
Command Palette
- Select
Tasks: Run Task
- Select
Template: Generate Analysis Module
Enter the name
of a new module directory- The template directory is generated in the
src
directory with the given name - Start working on the task
Project Directory Structure
.
āāā .git
āāā .gitignore
āāā .templates
āāā .vscode
āāā src
āāā example
ā āāā .gitignore
ā āāā __module_finder__.py
ā āāā data
ā ā āāā Churn_Modelling.csv
ā ā āāā archive.zip
ā āāā main.ipynb
āāā utils
āāā __init__.py
āāā display.py
Find this project useful ? :heart:
- Support it by clicking the :star: button on the upper right of this page. :v:
License
Copyright (C) 2022 JANISHAR ALI ANWAR
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.