Skip to content

Instantly share code, notes, and snippets.

View MasFana's full-sized avatar
💙
Bertani

Fathan MasFana

💙
Bertani
View GitHub Profile
age anaemia creatinine_phosphokinase diabetes ejection_fraction high_blood_pressure platelets serum_creatinine serum_sodium sex smoking time DEATH_EVENT
75 0 582 0 20 1 265000 1.9 130 1 0 4 1
55 0 7861 0 38 0 263358.03 1.1 136 1 0 6 1
65 0 146 0 20 0 162000 1.3 129 1 1 7 1
50 1 111 0 20 0 210000 1.9 137 1 0 7 1
65 1 160 1 20 0 327000 2.7 116 0 0 8 1
90 1 47 0 40 1 204000 2.1 132 1 1 8 1
75 1 246 0 15 0 127000 1.2 137 1 0 10 1
60 1 315 1 60 0 454000 1.1 131 1 1 10 1
65 0 157 0 65 0 263358.03 1.5 138 0 0 10 1
CustomerID Gender Age Annual Income (k$) Spending Score (1-100)
1 Male 19 15 39
2 Male 21 15 81
3 Female 20 16 6
4 Female 23 16 77
5 Female 31 17 40
6 Female 22 17 76
7 Female 35 18 6
8 Female 23 18 94
9 Male 64 19 3
@MasFana
MasFana / RustPlugin.kt
Created November 15, 2024 04:18
Splitting APK into Multiple abi Using Tauri and Gradle Kotlin DSL to Optimize File Size
// src-tauri/gen/android/buildSrc/src/main/java/com/firstapp/app/kotlin/RustPlugin.kt
// We need to Comment Out the Default ndk in this file
import com.android.build.api.dsl.ApplicationExtension
import org.gradle.api.DefaultTask
import org.gradle.api.Plugin
import org.gradle.api.Project
import org.gradle.kotlin.dsl.configure
import org.gradle.kotlin.dsl.get