From bc108b45dd7b71723a323783d1e98f1b0855136e Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sat, 7 Mar 2020 10:55:49 -0700 Subject: Fix init --- ml_exp/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ml_exp') diff --git a/ml_exp/__init__.py b/ml_exp/__init__.py index e49104e12..6e901ec2c 100644 --- a/ml_exp/__init__.py +++ b/ml_exp/__init__.py @@ -24,7 +24,7 @@ from ml_exp.compound import Compound from ml_exp.representations import coulomb_matrix, lennard_jones_matrix,\ get_helping_data, adjacency_matrix, check_bond, bag_of_bonds from ml_exp.qm7db import qm7db -from ml_exp.kernels import gaussian_kernel, laplacian_kernel +from ml_exp.kernels import laplauss_kernel from ml_exp.do_ml import simple_ml, do_ml __all__ = ['Compound', @@ -35,7 +35,6 @@ __all__ = ['Compound', 'check_bond', 'bag_of_bonds', 'qm7db', - 'gaussian_kernel', - 'laplacian_kernel', + 'laplauss_kernel', 'simple_ml', 'do_ml'] -- cgit v1.2.3-54-g00ecf