OSEMN Framework Overview

Subscribe Dengan Account Google Untuk Membaca Artikel Tanpa Iklan
OSEMN Framework Overview

One framework that can help data scientist carry out their work is the OSEMN Framework. OSEMN are clear stages or sequences of activities that are important in a data science process.

The OSEMN framework contains various step-by-step alias step carried out by data scientist.

Starting from data collections, data preparation to data interpretation. This framework can be useful framework for solving problem in the field of data science analysis.

It could said that of OSEMN stages very coherent so that if one of the stages is missed or missing the conclusion cannot be drawn.

In the bellow is explanation about OSEMN:

1) Obtain


Gather the data



  • Determine what data would be useful




  • Evaluate what data are available




  • Decide on how the data can be gathered




2) Scrub


Clean the data to prepare it for analysis



  • Correct inconsistent formatting




  • Remove duplicate records




  • Handle missing values




  • Remove inaccurate information





3) Explore


Search for interesting patterns and statistics that stand out



  • Examine variable distributions




  • Examine variable relationships




  • Perform statistical tests




4) Model


Generate predictions and insights



  • Select a model type for your goals (often in cooperation with a partner)




  • Categories of models include:



    • Classification - Is this “A” or “B”?




    • Regression - How much or how many?




    • Clustering - What natural segments can we find in our data?






5) iNterpret


Help others to understand the results of your analysis



  • Build visualizations




  • Construct stories




  • Create presentations of your findings




Others article:














  1. Flask Async Without Await - Part. 7 Belajar Flask Framework Untuk Pemula

  2. Hello world, membangun microservice dengan FastAPI

  3. FastAPI APIRouter, Membangun microservice dngan FastAPI

  4. Mini Wallet Bagian 1 - Django Template dan Static File

  5. Mini Wallet Bagian 2 - Django Template Base HTML

  6. Mini Wallet Bagian 3 - Dajngo Model dan Koneksi Database MySQL

  7. Tutorial bassic Mysql bagian 1 - Create Read Update Delete

  8. Tutorial bassic Mysql bagian 2 - Inner, Left, Right, Cross Join

  9. Tutorial bassic Mysql bagian 3 - Filtering Data

  10. Tutorial bassic Mysql bagian 4 - Grouping Data 

  11. Tutorial bassic Mysql bagian 5 - Operator dan Clausa

  12. Tutorial bassic Mysql bagian 6 - Replace Statement

  13. Tutorial bassic Mysql bagian 7 - Constraint Data

  14. Tutorial bassic Mysql bagian 8 - Mengubah Struktur tabel

  15. Tutorial bassic Mysql bagian 9 - Subquery

  16. Tutorial bassic Mysql bagian 10 - Virtual Tabel

  17. Tutorial bassic Mysql bagian 11 - Control Flow Function

  18. Membuat service OTP bagian 1 - OTP dan PIN

  19. Membuat service OTP bagian 2 - Sequence Diagram

  20. Membuat service OTP bagian 3 - Model dan Serializer

  21. Membuat  service OTP bagian 4 - Validate OTP

  22. Membuat  service OTP bagian 5 - Api Client Service

  23. Membuat service user login bagian 1 - Konfigurasi Database

  24. Membuat service user login bagian 2 - Serializer dan JWT

  25. Membuat CRUD service product bagian 1 - Models Product

  26. Membuat CRUD service product bagian 2 - Function Serializer

  27. Membuat CRUD service product bagian 3 - Api Client Service

  28. Membaut CRUD service product bagian 4 - Auth User

  29. Membuat CRUD service product bagian 5 - TDR File Log

  30. Membuat CRUD service product bagian 6 - Unit Test

  31. Membuat service user register bagian 1 - Django

  32. Membuat Service user register bagian 2 - Django

  33. Membuat service filter dan download file CSV di django

  34. Django upload file menggunakan FileSystemStorage