Skip to content

farisk263/Engine-Oil-and-Palm-Oil-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Analysis

This repository contain the data analysis of two project. It is splitted in two folders, Task_1 and Task_2. The details for each task are in the respective folder. Task_3 is about the analysis of words or NLP problem related tasks in a paragraph. Details for the respective problem is also in the respective folder.

Dependencies

If you do not have Anaconda/miniconda on your machine, download miniconda from here.

If you already have Anaconda/miniconda, you can create a new virtual environment based on the given environment file, environment.yml and name your environment. The environment file will automatically download all the necessary packages into the newly created environment.

conda env create -n <REPLACE-NAME> -f environment.yml

Go into your newly created environment by

conda activate <REPLACE-NAME>

Deactivate the newly created environment using

conda deactivate

Getting started

In Anaconda Prompt (Windows systems) or your system terminal (non-Windows systems), launch Jupyter Notebook by

jupyter notebook

and go to the directory where you have downloaded this repository.

OR directly open Jupyter notebook server at the PATH with the downloaded repository by

jupyter notebook <YOUR-PATH-DOWNLOADED-REPOSITORY>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published