An open API service indexing awesome lists of open source software.

https://github.com/thedhruvish/datasciencewith

datasciencewith
https://github.com/thedhruvish/datasciencewith

coding data dataanylasis datascience learing machine-learning

Last synced: over 1 year ago
JSON representation

datasciencewith

Awesome Lists containing this project

README

          

# DataScienceWith

## Problem

In This Docs are help and learn to Data Science and any secifi Topic Learn.

# What is DataScienceWith

- In This Project Any Secifiy function and To be find the solution To be help full This Docs Website
- For the Begger Level to Learn Eazy and Its provied the code.

# ๐Ÿ Installation

## ๐Ÿ’ป Running locally

To run the DataSciencewith project locally, follow these steps:

1. Install [Python](https://python.org/), [NodeJs](https://www.nodejs.org/), [JupyterLab](https://jupyter.org/install) on your machine.
2. Clone the project repository.
3. Navigate to the project directory.
4. Install the packages and Run docs:

```bash
git clone https://github.com/thedhruvish.com/datasciencewith.git

cd datasciencewith

npm install

npm start
```

5. DataScienceWith Docs are Live on Machine.

# How to contribute - Guidelines

## โšก๏ธ Contribute in DataScienceWith codebase:

We welcome your interest in contributing to our open source project!

To contribute to DataScienceWith, please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bug fix: `git checkout -b feat/your-feature-name` or `git checkout -b fix/your-bug-fix-name` and make your changes.
3. Run all the tests ๐Ÿงช before committing the changes and make sure all tests are passed.
4. After all tests are passed, commit your changes with a descriptive messages: `git commit -am 'add your commit message'`
5. For more details on the commit format and other guidelines, please refer to the [Contributor Guidelines](./CONTRIBUTING.md).
6. Push your changes to your forked repository: `git push origin feat/your-feature-name`.
7. Submit a pull request to the main repository, explaining the changes you've made and providing any necessary details.