Skip to content

Allow to build encoding model with other data then self #5

@paulzierep

Description

@paulzierep

Use loadData to store custom data in X_train_reference.

def loadData(self, feature_string, label_string, label_dict, dtype=None):

Use X_train_reference to train model.

DeepMicro/DM.py

Line 155 in d0b2a0c

pca.fit(self.X_train)

Transform / Predict as normally.

Maybe allow export of trained model, which would be the fitted model stored in

DeepMicro/DM.py

Line 341 in d0b2a0c

if os.path.isfile(modelName):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions