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

https://github.com/n-y-kim/predicttestscoreapp

iOS Application for the 'Prediction of test score' with scikit & coreML
https://github.com/n-y-kim/predicttestscoreapp

coreml data-science googlecolab ios jupyter-notebook machine-learning prediction sklearn xcode

Last synced: 9 months ago
JSON representation

iOS Application for the 'Prediction of test score' with scikit & coreML

Awesome Lists containing this project

README

          

# Data-Science & Machine Learning(scikit, coreML) to iOS Application
Project inspired from ['Dongguk Uni X Naver Boostcourse'](https://www.boostcourse.org/study-dongguk-1)

Prediction of test score with [dataset](https://www.kaggle.com/kwadwoofosu/predict-test-scores-of-students)

### Application

### Data Analysis


Working on a application that can predict student's score tests(posttest) by
* School
* School Setting: Urban / Rural / Suburban
* School Type: Public / Non-public
* Classroom
* Teaching Method : Standard / Experimental
* Number of Students
* Gender: Male / Female
* Lunch: Qualified / Not qualified


## This repository contains
* .csv file of the dataset file
* .keynote of the project(mostly about the data analysis)
* .ipynb file from Google Colab & Jupyter Notebook
* .xcodeproj file of the application

## Beta Version Explanation

👌🏻 Okay and DONE:
* Data Analysis of the dataset
* used Linear Regression(scikit) to predict posttest scores without pretest in train data. ➡️ 95% score
* Prototype of the application(UI)
* conversion of model to CoreML(.mlmodel)

❌ NOT OKAY and need UPDATES:
* The .ipynb files need to be organized(it may be hard to figure out the purpose of the code. :( This is my bad!!)
* The model(scores.mlmodel) show wrong output if the combination of input datas are not from trained data => how should I fix?
* The model inputs are extremely difficult to get their data as the DataFrame went through One-Hot-Encoding

## Track Update
beta 0.1 version

## Feedbacks & Contacts
📮 nyn2265@gmail.com

⭐️ issue or discussion