will dataiku help know data science?

Solved!
davidolatomiwa
Level 1
will dataiku help know data science?

I do not have technical background so when I came to the data field i was finding programming difficult and so i opted for Data Analytics . 

I want to know if learning dataiku can help me learn Data Science. 

thsnk you

0 Kudos
1 Solution
tgb417

@davidolatomiwa 

Welcome to the Dataiku Community.

I think that the answer is YES Dataiku can help you on your data Journey.  

There are many data science things  one can do with Dataiku without programming. So from that point of view Dataiku can help you. The community here is great, and the academy is also useful.

That said learning the principles and practices of Data Science is very important.  Because, It is fairly easy to deceive yourself when using the fancy, fairly easy to use tools, that you have a good model or a valid insight.   Related to learning Data Science practices and approaches, I found the Future Learn Weka Courses to be helpful when it comes to those principles. https://www.futurelearn.com/courses/data-mining-with-weka This is a no code (or very very low code) series of course that teache data science Machine Learning principles and practices.  There is a free version that can be found here https://www.cs.waikato.ac.nz/ml/weka/mooc/dataminingwithweka/ 

Second just like when using an MS Excel Spreadsheet at some point you will have to learn to use logic you have write yourself from scratch in the formula bar.  There is a formula language in Dataiku. It shows up in several places in DSS most notably as a formula step in a visual recipe.  Learning to code these formulas will get you a long way.  

You  can also leverage code written by others in the form of Dataiku Plug-ins.  And by code snip-its you might find here in the forums.

Finnaly, at some point on your journey you will run into something you canโ€™t do without code. I find that the Jupyter Notebooks in DSS are very helpful. Although DSS supports R, SQL, and Python (and Iโ€™ve used and use all of them) I tend to use Python for coding tasks.  If you are serious about learning Data Science over the longer term I invite you to learn to do some basic coding possibly  in Python.  If you would like to learn the basics of coding in Python, things like variables, loops, functionsโ€ฆ A basic place to start is โ€œPython for Everyoneโ€ by Dr Charles Severance. https://www.py4e.com/   A number of years ago you could audit the course for free, learning all of the stuff but not get the certificate.   If expense is a challenge for you Iโ€™d check to see if you can audit the course.

Hope this helps. Let us know how you are getting on with your data journey.

--Tom

View solution in original post

2 Replies
Boris_Lallemand
Dataiker

For sure Dataiku's Learning Paths and Quick Start Programs  can help you. Choose the ideal courses that fit to your need. You just start your Data Science adventure so Core Designer and ML Practitioner would be good starting points to understand Data Science.

Also, you can type what you're searching for into the search bar and find courses you'd like.

tgb417

@davidolatomiwa 

Welcome to the Dataiku Community.

I think that the answer is YES Dataiku can help you on your data Journey.  

There are many data science things  one can do with Dataiku without programming. So from that point of view Dataiku can help you. The community here is great, and the academy is also useful.

That said learning the principles and practices of Data Science is very important.  Because, It is fairly easy to deceive yourself when using the fancy, fairly easy to use tools, that you have a good model or a valid insight.   Related to learning Data Science practices and approaches, I found the Future Learn Weka Courses to be helpful when it comes to those principles. https://www.futurelearn.com/courses/data-mining-with-weka This is a no code (or very very low code) series of course that teache data science Machine Learning principles and practices.  There is a free version that can be found here https://www.cs.waikato.ac.nz/ml/weka/mooc/dataminingwithweka/ 

Second just like when using an MS Excel Spreadsheet at some point you will have to learn to use logic you have write yourself from scratch in the formula bar.  There is a formula language in Dataiku. It shows up in several places in DSS most notably as a formula step in a visual recipe.  Learning to code these formulas will get you a long way.  

You  can also leverage code written by others in the form of Dataiku Plug-ins.  And by code snip-its you might find here in the forums.

Finnaly, at some point on your journey you will run into something you canโ€™t do without code. I find that the Jupyter Notebooks in DSS are very helpful. Although DSS supports R, SQL, and Python (and Iโ€™ve used and use all of them) I tend to use Python for coding tasks.  If you are serious about learning Data Science over the longer term I invite you to learn to do some basic coding possibly  in Python.  If you would like to learn the basics of coding in Python, things like variables, loops, functionsโ€ฆ A basic place to start is โ€œPython for Everyoneโ€ by Dr Charles Severance. https://www.py4e.com/   A number of years ago you could audit the course for free, learning all of the stuff but not get the certificate.   If expense is a challenge for you Iโ€™d check to see if you can audit the course.

Hope this helps. Let us know how you are getting on with your data journey.

--Tom