Friday, 25 May 2018

6 PHASES IN DATA ANALYTICS LIFECYCLE



6-PHASES IN DATA ANALYTICS


Phase 1- Discovery

           In Phase 1, the team learns the business domain, including relevant history such as whether the organization or business unit has attempted similar projects in the past from which they can learn. The team assesses the resources available to support the project in terms of people, technology, time, and data. Important activities in this phase include framing the business problem as an analytics challenge that can be addressed in subsequent phases and formulating initial hypotheses (IHs) to test and begin learning the data. 

Phase 2- Data preparation 

              Phase 2 requires the presence of an analytic sandbox, in which the team can work with data and perform analytics for the duration of the project. The team needs to execute extract, load, and transform (ELT) or extract, transform and load (ETL) to get data into the sandbox. The ELT and ETL are sometimes abbreviated as ETLT. Data should be transformed in the ETLT process so t he team can work with it and analyze it. In t his phase, the team also needs to familiarize itself with the data thoroughly and take steps to condition the data 

Phase 3-Model planning

         Phase 3 is model planning, where the team determines the methods, techniques, and work flow it intends to follow for the subsequent model building phase. The team explores the data to learn about the relationships between variables and subsequently selects key variables and the most suitable models.

Phase 4-Model building 

         In Phase 4, the team develops data sets for testing, training, and production purposes. In addition, in this phase the team builds and executes models based on the work done in the model planning phase. The team also considers whether its existing tools will suffice for running the models, or if it will need a more robust environment for executing models and work flows
(for example, fast hardware and parallel processing, if applicable).

Phase 5-Communicate results

          In Phase 5, the team, in collaboration with major stakeholders, determines if the results of the project are a success or a failure based on the criteria developed in Phase 1. The team should identify key findings, quantify the business value, and develop a narrative to summarize and convey findings to stakeholders.

Phase 6-0perationalize 

         In Phase 6, the team delivers final reports, briefings, code, and technical documents. In addition, the team may run a pilot project to implement the models in a production environment.

          These are the six phases in a data analytical life cycle to perform a successful analysis in our data.

Sunday, 20 May 2018

RapidMiner-Studio Installation in UBUNTU 16.04

INSTALLATION  OF  RAPIDMINER-STUDIO IN UBUNTU 16.04

Installation of Java:
Step 1:Open the terminal by pressing ctrl+alt+T and then type
     sudo apt-get update




Step 2:After the update is finished type
     sudo apt-get install software-properties-common






Step 3:We have to add java repository by typing
      sudo add-apt-repository ppa:webupd8team/java




Step 4:Update the system once again.
     sudo apt-get update



step 5:Install java-8 by running the command
     sudo apt-get install oracle-java8-installer


 

step 6:After that to check whether java is installed on our system type the command in terminal like
       java-version





Step 7:To check whether the path is set for java type
        echo $JAVA_HOME
in terminal

It gives the current information about java.



Installation of Rapid miner studio


Step 1:Get the Rapid miner studio from the website by clicking the below link
https://my.rapidminer.com/nexus/account/index.html#downloads
and then select the linux distribution







Step 2:After that extract the downloaded file and right click on it and select open in terminal option




Step 3:You can list the files in the directory by dir and then type ./RapidMiner-Studio.sh and click ok




Step 4:Rapid miner studio opens Accept the lisence term and click next



Step 5:Enter the information to sign up to your account in Educational purpose.




Step 6:After verifying your mail your Rapid miner studio will be opened

 

(Note:Everytime you have to open the extracted folder in terminal and type ./RapidMiner-Studio.sh in your terminal to access RapidMiner-Studio

Saturday, 19 May 2018

Configure VPN service in UBUNTU 16.04

Configure VPN service in UBUNTU 16.04

Starting VPN service:

Step 1:Open the terminal by pressing ctrl+alt+T.Our terminal window appears like this. 


 Step 2:Install openvpn by typing sudo apt-get install openvpn in terminal.


Step 3:Visit vpnbook  website by this link https://www.vpnbook.com/ .In that select openvpn tab and then download anyone server by clicking the server links


Step 4:After that extract the compressed file that we have dowloaded from the vpnbook wrbsite and right click on that compressed file and then open in terminal.


Step 5:Type dir in the terminal to find the list of available ovpn files.


Step 6:Now type openvpn --configure and anyone in the available file names then press enter.


Step 7:It prompts you for the Auth name and Auth password.You get it in the same https://www.vpnbook.com/ 

 Step 8:Then click enter you will get your vpn started.

                  (note:Please Don't close the terminal else your VPN connection will get terminated)

Stopping VPN service:

Step 1: (warning:If you don't stop the vpnservice properly then you'll get some problem in the Internet connection.)Hence to stop the vpn service correctly type the following commands in terminal.
                     1.sudo killall openvpn
                     2.sudo /etc/init.d/openvpn stop                   
                     3.sudo service network-manager restart



           I hope this will help you access the blocked websites in your working area or in your college.

6 PHASES IN DATA ANALYTICS LIFECYCLE

6-PHASES IN DATA ANALYTICS Phase 1- Discovery            In Phase 1, the team learns the business domain, including relevant...