For example, you can import the groups created after the install date of your Active Directory as those unwanted machine created ones are mostly created during the installation process. If you install your Active Directory on 2020-12-30, you can exclude the machine created groups with the following query filter,
Code:
(&(objectClass=group)(whenCreated>=20201231000000.0Z))