====================
Attention
So, My code is maybe miss...
Sorry...
====================
Analyze gene-expression
I test DeepInsight with using gene-expression Dataset.
Use Kaggle Dataset "gene-expression" URL:https://www.kaggle.com/crawford/gene-expression
- sys
- math
- numpy
- pandas
- matplotlib
- scipy
- PIL
- sklearn
- imblearn
import DeepInsight
#table Dataset
deepinsight = DeepInsight.DeepInsigh()
train_image = deepinsight.fit(train_df, method='kpca')
train_image = deepinsight.fit_transform(train_df, method='kpca')
test_image = deepinsight.transform(test_df)